We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
(This assumes you already have PHP 7.4 and Node 12.10 & NPM 6.10...)
composer install npm install
cp .env.example .env
php artisan storage:link php artisan key:generate
php artisan migrate
npm run prod
php artisan serve