mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:44:03 +00:00
Move tenant routes file
This commit is contained in:
parent
5a19f1769e
commit
5eeba43796
3 changed files with 12 additions and 4 deletions
|
|
@ -91,6 +91,10 @@ class TenancyServiceProvider extends ServiceProvider
|
|||
__DIR__ . '/../assets/impersonation-migrations/' => database_path('migrations'),
|
||||
], 'impersonation-migrations');
|
||||
|
||||
$this->publishes([
|
||||
__DIR__ . '/../assets/tenant_routes.stub.php' => config_path('tenancy.php'),
|
||||
], 'routes');
|
||||
|
||||
$this->publishes([
|
||||
__DIR__ . '/../assets/TenancyServiceProvider.stub.php' => app_path('Providers/TenancyServiceProvider.php'),
|
||||
], 'providers');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue