Multidomain.
This commit is contained in:
parent
2ea31ce775
commit
387c296638
21 changed files with 147 additions and 2 deletions
|
@ -26,6 +26,8 @@
|
|||
App\Providers\AuthServiceProvider::class,
|
||||
App\Providers\EventServiceProvider::class,
|
||||
App\Providers\RouteServiceProvider::class,
|
||||
])->replace([
|
||||
\Illuminate\Queue\QueueServiceProvider::class => \Gecche\Multidomain\Queue\QueueServiceProvider::class,
|
||||
])->toArray(),
|
||||
'aliases' => Facade::defaultAliases()->merge([
|
||||
])->toArray(),
|
||||
|
|
27
config/domain.php
Normal file
27
config/domain.php
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'env_stub' => '.env',
|
||||
'storage_dirs' => [
|
||||
'app' => [
|
||||
'public' => [
|
||||
],
|
||||
],
|
||||
'framework' => [
|
||||
'cache' => [
|
||||
],
|
||||
'testing' => [
|
||||
],
|
||||
'sessions' => [
|
||||
],
|
||||
'views' => [
|
||||
],
|
||||
],
|
||||
'logs' => [
|
||||
],
|
||||
],
|
||||
'domains' => [
|
||||
'diskfloppy.me' => 'diskfloppy.me',
|
||||
'dwiskfwoppy.me' => 'diskfloppy.me',
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue