PHP Class Askedio\LaravelRatchet\Providers\LaravelRatchetServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: askedio/laravel-ratchet

Méthodes publiques

Méthode Description
boot ( ) : void Register routes, translations, views and publishers.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Method Details

boot() public méthode

Register routes, translations, views and publishers.
public boot ( ) : void
Résultat void

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void