Beispiel #1
0
|
| Finally, we'll load the overrides file, which is a convenient place to
| override functionality in Laravel, Platform, all packages and
| Extensions.
|
*/
require app_path() . '/overrides.php';
/*
|--------------------------------------------------------------------------
| Boot Platform
|--------------------------------------------------------------------------
|
| Now that we have our functions and hooks registered, we'll boot Platform.
|
*/
Platform::boot();
/*
|--------------------------------------------------------------------------
| Require The Filters File
|--------------------------------------------------------------------------
|
| Next we will load the filters file for the application. This gives us
| a nice separate location to store our route and application filter
| definitions instead of putting them all in the main routes file.
|
*/
require app_path() . '/filters.php';
/*
|--------------------------------------------------------------------------
| Require The Widgets File
|--------------------------------------------------------------------------