PHP Class Alaouy\Youtube\YoutubeServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: alaouy/youtube

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.
isLegacyLaravel ( )
isOldLaravel ( )
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Method Details

boot() public method

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

isLegacyLaravel() public method

public isLegacyLaravel ( )

isOldLaravel() public method

public isOldLaravel ( )

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

Property Details

$defer protected property

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