Follow along by visiting the project's GitHub pages blog.
- Laravel 9
- PHP 8.1
- MySQL
- Install composer dependencies:
composer install
. - Install NPM dependencies:
npm install
. - Start your
.env
file:cp .env.example .env
. - Generate an application key for your project:
php artisan key:generate
. - Run your application in the browser:
php artisan serve