Skip to content

abdikafar/smsSaas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E school SAAS

It is a Saas version of the main E school Product

Setup Instructions

Clone the project

  https://github.com/wrteam-sagar/eschool-saas.git

Go to the project directory

  cd eschool-saas

Install dependencies

  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

Default Credentials for Super Admin

  [email protected]
  superadmin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published