GatherContent\LaravelFractal\LaravelFractalServiceProvider::boot PHP Méthode

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void
    public function boot()
    {
        $this->publishes([__DIR__ . '/../../config/config.php' => config_path('fractal.php')]);
    }
LaravelFractalServiceProvider