It's a Laravel project that shows items by project and resort and store them.
version: ^8.0
version: ^9.0
composer install
npm install
npm run dev
copy .env.example .env
php artisan key:generate
php artisan config:cache
DB_NAME: coalition_test
php artisan migrate
php artisan db:seed
php artisan serve