We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If setting up an addition development environment (e.g. on a new computer)... after cloning the git repo...
composer install
npm install
Copy the .env.example to .env and complete any necessary fields. May want to consult original .env for this.
Generate encryption key with:
php artisan key:generate
php artisan migrate