- Clone the project
- Go to the project root directory and run
composer installandnpm install - Create
.envfile and copy content from.env.example - Run
php artisan key:generatefrom terminal - Run
php artisan storage:linkfrom terminal - Change database information in
.env - Run migrations by executing
php artisan migrate - Start the project by running
php artisan serve
username: admin
email: admin@admin.com
password: admin1234
username: user
email: user@user.com
password: user1234
Don't forget to hit the Star button ⭐. Thanks ❤️
