Skip to content

ashishnishad/laravel-multitn

Repository files navigation

Laravel-8 Multi-tenancy with multi DB


How to use

Clone this project to your local computer.

git clone https://github.com/ashishnishad/laravel-multitn.git

Navigate to the project folder.

cd laravel-multitn

create new .env file and edit database credentials there.

cp .env.example .env

Install required packages.

composer install

Generate new app key.

php artisan key:generate
php artisan migrate
php artisan serve
open url http://localhost:8000/
For other steps refer to attached video

About

Laravel-8 MultiTenancy API - Tenancy for Laravel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published