Skip to content

getweysofficial/ebroker

 
 

Repository files navigation

eBroker

Setup Instructions

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.9%
  • CSS 11.3%
  • PHP 5.1%
  • Blade 4.3%
  • TypeScript 1.9%
  • HTML 1.7%
  • Other 2.8%