Download the PHP package larawire-garage/simple-multitenancy without Composer
On this page you can find all versions of the php package larawire-garage/simple-multitenancy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download larawire-garage/simple-multitenancy
More information about larawire-garage/simple-multitenancy
Files in larawire-garage/simple-multitenancy
Download larawire-garage/simple-multitenancy
More information about larawire-garage/simple-multitenancy
Files in larawire-garage/simple-multitenancy
Vendor larawire-garage
Package simple-multitenancy
Short Description Support user multitenancy for laravel application
License MIT
Package simple-multitenancy
Short Description Support user multitenancy for laravel application
License MIT
Please rate this library. Is it a good library?
Informations about the package simple-multitenancy
simple-multitenancy
Support Multitenancy for laravel application
Installation
publish configurations
Usage
call userBy()
at the end of the Schema create callback function in the migration file
The userBy(bool $hasSoftDeletes = true)
function will add following columns to the table
- created_by
- updated_by
- deleted_by [only $hasSoftDeletes == true]
Inside the Model
use HasUserBy
trait in the model which needed multitenancy
Retrieve User
!!! :tada::tada::tada: Enjoy :tada::tada::tada: !!!
All versions of simple-multitenancy with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package larawire-garage/simple-multitenancy contains the following files
Loading the files please wait ....