PHP Class JeroenNoten\LaravelAdminLte\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: jeroennoten/laravel-adminlte

Public Methods

Method Description
boot ( Illuminate\Contracts\View\Factory $view, Illuminate\Contracts\Events\Dispatcher $events, Illuminate\Contracts\Config\Repository $config )
register ( )
registerMenu ( Illuminate\Contracts\Events\Dispatcher $events, Illuminate\Contracts\Config\Repository $config )

Private Methods

Method Description
loadTranslations ( )
loadViews ( )
packagePath ( $path )
publishAssets ( )
publishConfig ( )
registerCommands ( )
registerViewComposers ( Illuminate\Contracts\View\Factory $view )

Method Details

boot() public method

public boot ( Illuminate\Contracts\View\Factory $view, Illuminate\Contracts\Events\Dispatcher $events, Illuminate\Contracts\Config\Repository $config )
$view Illuminate\Contracts\View\Factory
$events Illuminate\Contracts\Events\Dispatcher
$config Illuminate\Contracts\Config\Repository

register() public method

public register ( )

registerMenu() public static method

public static registerMenu ( Illuminate\Contracts\Events\Dispatcher $events, Illuminate\Contracts\Config\Repository $config )
$events Illuminate\Contracts\Events\Dispatcher
$config Illuminate\Contracts\Config\Repository