TemplateServiceProvider
This class is the Laravel Service Provider for Ceres.
The service provider runs on every request and bootstraps the application.
See https://laravel.com/docs/6.x/providers for further information.
Namespace
Ceres\Providers
Extends
Type | Name | Value | Description |
---|---|---|---|
|
100 |
Type | Name | Description |
---|---|---|
|
This property maps templateKeys to their view and their used context |
Methods
public register()
Register any application services.
public boot($twig, $eventDispatcher, $config)
Bootstrap any application services.
Type |
Name |
Description |
|
||
|
||
|
Thank you for your feedback!