1- Clone Project into Your Localhost
git clone https://github.com/muhammed-farghali/bellman_task.git
2- Be inside Project Directory
3- Install Composer Dependencies
4- Install NPM Dependencies
6- Generate an App Encryption Key
7- Create a symbolic link from public/storage to storage/app/public
8- In .env File add Your DB and Mailtrap Credentials
APP_NAME=__YOUR__
DB_HOST=__YOUR__
DB_DATABASE=__YOUR__
DB_USERNAME=__YOUR___
DB_PASSWORD=__YOUR__
MAIL_USERNAME=__YOUR__
MAIL_PASSWORD=__YOUR__
MAIL_FROM_ADDRESS='test@test.test' // Or remove it
9- Migrate the database with seeding
php artisan migrate --seed
10- Finally, Use this account to login
Email: admin@admin.com
Password: password