- Clone the project
- Go to the project root directory and run
composer install
andnpm install
- Create
.env
file and copy content from.env.example
- Run
php artisan key:generate
from terminal - Run
php artisan storage:link
from 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 ❤️