1)Open Terminal Run: composer install
2)Create .env file, copy from .envexample in root folder
you will find follwing information
| DB_DATABASE=database name |
|---|
| DB_USERNAME=root |
| DB_PASSWORD= |
leave DB_password empty and username as root if you dont have authintication in database
3)Run Command:Php artisan migrate --seed
4) go to the mailtrap.io and create a account for dummy mail service and in you .env file modify with your own mailtrap username and password
| MAIL_MAILER=smtp |
|---|
| MAIL_HOST=smtp.mailtrap.io |
| MAIL_PORT=2525 |
| MAIL_USERNAME= example #b9ed4fe7236fa0 |
| MAIL_PASSWORD=example #423cb4062a60db |
5)Run Command:php artisan key:gen
6)Run Command:php artisan serve
7)Screenshot
## Thank you
"# hack4me"