mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
resolve minor todos
This commit is contained in:
parent
413da36c4a
commit
7089efb2ee
7 changed files with 44 additions and 9 deletions
|
|
@ -21,6 +21,21 @@ use Stancl\Tenancy\Middleware\InitializeTenancyByPath;
|
|||
use Stancl\Tenancy\Middleware\InitializeTenancyByRequestData;
|
||||
use Stancl\Tenancy\Bootstrappers\Integrations\FortifyRouteBootstrapper;
|
||||
|
||||
/**
|
||||
* Tenancy for Laravel.
|
||||
*
|
||||
* Documentation: https://tenancyforlaravel.com
|
||||
*
|
||||
* We can sustainably develop Tenancy for Laravel thanks to our sponsors.
|
||||
* Big thanks to everyone listed here: https://github.com/sponsors/stancl
|
||||
*
|
||||
* You can also support us, and save time, by purchasing these products:
|
||||
* Exclusive content for sponsors: https://sponsors.tenancyforlaravel.com
|
||||
* Multi-Tenant SaaS boilerplate: https://portal.archte.ch/boilerplate
|
||||
* Multi-Tenant Laravel in Production e-book: https://portal.archte.ch/book
|
||||
*
|
||||
* All of these products can also be accessed at https://portal.archte.ch
|
||||
*/
|
||||
class TenancyServiceProvider extends ServiceProvider
|
||||
{
|
||||
// By default, no namespace is used to support the callable array syntax.
|
||||
|
|
|
|||
|
|
@ -8,6 +8,21 @@ use Stancl\Tenancy\Bootstrappers;
|
|||
use Stancl\Tenancy\Enums\RouteMode;
|
||||
use Stancl\Tenancy\UniqueIdentifierGenerators;
|
||||
|
||||
/**
|
||||
* Tenancy for Laravel.
|
||||
*
|
||||
* Documentation: https://tenancyforlaravel.com
|
||||
*
|
||||
* We can sustainably develop Tenancy for Laravel thanks to our sponsors.
|
||||
* Big thanks to everyone listed here: https://github.com/sponsors/stancl
|
||||
*
|
||||
* You can also support us, and save time, by purchasing these products:
|
||||
* Exclusive content for sponsors: https://sponsors.tenancyforlaravel.com
|
||||
* Multi-Tenant SaaS boilerplate: https://portal.archte.ch/boilerplate
|
||||
* Multi-Tenant Laravel in Production e-book: https://portal.archte.ch/book
|
||||
*
|
||||
* All of these products can also be accessed at https://portal.archte.ch
|
||||
*/
|
||||
return [
|
||||
/**
|
||||
* Configuration for the models used by Tenancy.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue