Skip to content

njugunamwangi/laramultitenant

Repository files navigation

About Project

Plugins

Tech Stack

MultiTenant Package

Prerequisites

  • Manager route & credentials
saas.test/manager
email: [email protected]
password: Password
  • Tenant route
saas.test/admin

Installation

  • Clone the repository
git clone https://github.com/njugunamwangi/saas.git
  • On the root of the directory, copy and paste .env.example onto .env and configure the database accordingly
copy .env.example .env
  • Install composer dependencies by running composer install
composer install
  • Install npm dependencies
npm install
  • Run migrations and seed the database
php artisan migrate --seed
  • Generate laravel application key using
php artisan key:generate

License

MIT

About

A single database multi tenancy biolerplate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages