@todo
Install dependencies:
composer install
Crete environment:
php -r "file_exists('.env') || copy('.env.example', '.env');"
Install Telescope:
php artisan telescope:install
Migrate:
php artisan migrate
Refresh Migrations with Passport Installer (say yes to refresh migrations):
php artisan passport:install
Seed database:
php artisan db:seed