PHP Class Spatie\LinkChecker\LinkCheckerServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Exibir arquivo Open project: spatie/laravel-link-checker

Public Methods

Method Description
boot ( ) Bootstrap the application services.
provides ( ) : string[] Get the services provided by the provider.
register ( ) Register the application services.

Method Details

boot() public method

Bootstrap the application services.
public boot ( )

provides() public method

Get the services provided by the provider.
public provides ( ) : string[]
return string[]

register() public method

Register the application services.
public register ( )