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

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

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