https://github.com/ashishnishad/laravel-multitn
Laravel-8 MultiTenancy API - Tenancy for Laravel
https://github.com/ashishnishad/laravel-multitn
laravel8 multitenancy tenancy tenancy-for-laravel
Last synced: 7 months ago
JSON representation
Laravel-8 MultiTenancy API - Tenancy for Laravel
- Host: GitHub
- URL: https://github.com/ashishnishad/laravel-multitn
- Owner: ashishnishad
- Created: 2023-07-13T18:14:33.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T18:55:06.000Z (almost 3 years ago)
- Last Synced: 2025-01-02T08:32:32.845Z (over 1 year ago)
- Topics: laravel8, multitenancy, tenancy, tenancy-for-laravel
- Language: PHP
- Homepage:
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Laravel-8 Multi-tenancy with multi DB
-----
### How to use
Clone this project to your local computer.
```ps
git clone https://github.com/ashishnishad/laravel-multitn.git
```
Navigate to the project folder.
```ps
cd laravel-multitn
```
create new .env file and edit database credentials there.
```ps
cp .env.example .env
```
Install required packages.
```ps
composer install
```
Generate new app key.
```ps
php artisan key:generate
```
```ps
php artisan migrate
```
```ps
php artisan serve
```
```ps
open url http://localhost:8000/
```
```ps
For other steps refer to attached video
```