PHP Class Calotype\SEO\Providers\SEOServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: calotype/seo

Protected Properties

Property Type Description
$defer boolean Indicates if loading of the provider is deferred.

Public Methods

Method Description
boot ( ) : void Bootstrap the application events.
generateDefaultRoutes ( ) : void Generate default routes for /sitemap.xml and /robots.txt
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.
registerBindings ( ) : void Register the bindings.

Method Details

boot() public method

Bootstrap the application events.
public boot ( ) : void
return void

generateDefaultRoutes() public method

Generate default routes for /sitemap.xml and /robots.txt
public generateDefaultRoutes ( ) : void
return void

provides() public method

Get the services provided by the provider.
public provides ( ) : array
return array

register() public method

Register the service provider.
public register ( ) : void
return void

registerBindings() public method

Register the bindings.
public registerBindings ( ) : void
return void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
return boolean