Devise
Class

Devise\Pages\PagesServiceProvider

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 26
public 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 40
public void register()

Register the service provider.

Return Value

void

at line 101
public array provides()

Get the services provided by the provider.

Return Value

array