class PagesServiceProvider extends ServiceProvider

Registers the Pages service provider. This allows us to manage our pages within the Devise cms. It also provides the ability to scan blade views and extract out fields and collections which can be loaded in the Devise Sidebar and maintained by the admin.

Methods

void
boot()

Loads the route file which allows us to have slugs in the url (set via the dvs_pages database table)

void
register()

Register the service provider.

array
provides()

Get the services provided by the provider.

Details

at line 34
void boot()

Loads the route file which allows us to have slugs in the url (set via the dvs_pages database table)

Return Value

void

at line 49
void register()

Register the service provider.

Return Value

void

at line 160
array provides()

Get the services provided by the provider.

Return Value

array