Spatie\Glide\GlideServiceProvider::boot PHP Метод

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

Bootstrap the application events.
public boot ( )
    public function boot()
    {
        $this->publishes([__DIR__ . '/../config/laravel-glide.php' => $this->app->configPath() . '/' . 'laravel-glide.php'], 'config');
    }
GlideServiceProvider