Cartalyst\Tags\TagsServiceProvider::boot PHP Метод

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

public boot ( )
    public function boot()
    {
        $this->publishes([realpath(__DIR__ . '/../resources/migrations') => database_path('migrations')], 'migrations');
    }
TagsServiceProvider