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
Please execute the following commands to ensure the proper setup for the app to run.
1) composer install
2) npm install
3) cp .env.example .env
4) php artisan key:generate
5) customize your database connection in the .env file
6) php artisan migrate
7) php artisan storage:link
8) to create a user for the first time, go to application_host/test. Example: if you are in localhost, go to localhost/test. A user with the following credentials will be created: