There are following process start to project
Clone the repository with git clone
Copy .env.example file to .env and edit database credentials there
Run composer install
Run php artisan key:generate
Run php artisan migrate
Run php artisan db:seed --class=DatabaseSeeder
That's it: launch the main URL and login with default credentials
For Login details
Admin Panel
Email: admin@gmail.com Password: 123456
Shop Manager
Email: shop@gmail.com Password: 123456
User Manager Email: user@gmail.com Password: 123456