Clone the project
git clone https://github.com/wrteamshakir/ebroker.gitGo to the project directory
cd ebrokerOnly Install packages
composer installCopy .env File
cp .env.example .envConfigure ENV Variables
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
Run Migrations
php artisan migrateRun Database seeder to create Permissions & Roles
php artisan db:seedStart the server
php artisan serveAdd empty text file in Storage Folder
installedDefault Credentials for Super Admin
admin@gmail.com
admin123
```.