Madcoda\Youtube\YoutubeServiceProviderLaravel5::boot PHP Method

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void
    public function boot()
    {
        $this->publishes([__DIR__ . '/config/youtube.php' => config_path('youtube.php')]);
    }
YoutubeServiceProviderLaravel5