You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1: composer install
2: cp .env.example .env
3: php artisan key:generate
4: php artisan migrate
5: php artisan serve
You can now access the server at http://localhost:8000