copy .env.example to .env and edit the necessary data
composer install
npm install
php artisan storage:link
composer run dev
then open http://localhost:8000
./vendor/bin/pint --parallel
./vendor/bin/phpstan analyse
php artisan make:model Post -mcrf