Clone the project
git clone https://github.com/wrteamshakir/ebroker.git
Go to the project directory
cd ebroker
Only Install packages
composer install
Copy .env File
cp .env.example .env
Configure ENV Variables
DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
Run Migrations
php artisan migrate
Run Database seeder to create Permissions & Roles
php artisan db:seed
Start the server
php artisan serve
Add empty text file in Storage Folder
installed
Default Credentials for Super Admin
[email protected]
admin123
```.