Commit 5629a59c authored by Nicolas Widart's avatar Nicolas Widart

Configuration

parent 22820a2c
<?php <?php
return [ return [
/*
|--------------------------------------------------------------------------
| The prefix that'll be used for the administration
|--------------------------------------------------------------------------
*/
'admin-prefix' => 'backend',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| These are the core modules that should NOT be disabled under any circumstance | These are the core modules that should NOT be disabled under any circumstance
......
...@@ -11,6 +11,11 @@ class CoreServiceProvider extends ServiceProvider ...@@ -11,6 +11,11 @@ class CoreServiceProvider extends ServiceProvider
*/ */
protected $defer = false; protected $defer = false;
public function boot()
{
include __DIR__ . '/../start.php';
}
/** /**
* Register the service provider. * Register the service provider.
* *
...@@ -18,7 +23,6 @@ class CoreServiceProvider extends ServiceProvider ...@@ -18,7 +23,6 @@ class CoreServiceProvider extends ServiceProvider
*/ */
public function register() public function register()
{ {
//
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment