Spatie\Translatable\TranslatableServiceProvider::boot PHP Метод

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

public boot ( )
    public function boot()
    {
        // Publish a config file
        $this->publishes([__DIR__ . '/../config/laravel-translatable.php' => config_path('laravel-translatable.php')], 'config');
    }
TranslatableServiceProvider