GatherContent\LaravelFractal\LaravelFractalServiceProvider::boot PHP Method

boot() public method

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