- Clone the project in your machine or download the project zip file and unzip the project file.
- Go to the project root folder.
- make copy of .env.example file and rename the copied file with .env .
- make a database in your database system, then set the DB_CONNECTION, DB_HOST, DB_PORT, DB_DATABASE(database name), DB_USERNAME, DB_PASSWORD in the .env file
- Run in the terminal 'composer update' in the project's root folder
- Run in the terminal 'php artisan migrate:fresh --seed'
- Now run 'php artisan serve' in the terminal.
mail:[email protected]
password: adminPass