Cartalyst\Tags\TagsServiceProvider::boot PHP Méthode

boot() public méthode

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