wip
This commit is contained in:
parent
f2e28614ba
commit
0fa9213133
|
|
@ -11,19 +11,7 @@ class LaravelWebsocketsServiceProvider extends ServiceProvider
|
|||
*/
|
||||
public function boot()
|
||||
{
|
||||
if ($this->app->runningInConsole()) {
|
||||
$this->publishes([
|
||||
__DIR__.'/../config/skeleton.php' => config_path('skeleton.php'),
|
||||
], 'config');
|
||||
|
||||
/*
|
||||
$this->loadViewsFrom(__DIR__.'/../resources/views', 'skeleton');
|
||||
|
||||
$this->publishes([
|
||||
__DIR__.'/../resources/views' => base_path('resources/views/vendor/skeleton'),
|
||||
], 'views');
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -31,6 +19,6 @@ class LaravelWebsocketsServiceProvider extends ServiceProvider
|
|||
*/
|
||||
public function register()
|
||||
{
|
||||
$this->mergeConfigFrom(__DIR__.'/../config/config.php', 'skeleton');
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue