Spatie\GoogleCalendar\GoogleCalendarServiceProvider::boot PHP Метод

boot() публичный Метод

Bootstrap the application services.
public boot ( )
    public function boot()
    {
        $this->publishes([__DIR__ . '/../config/laravel-google-calendar.php' => config_path('laravel-google-calendar.php')], 'config');
    }
GoogleCalendarServiceProvider