Recca0120\Terminal\TerminalServiceProvider::handlePublishes PHP Method

handlePublishes() protected method

handle publishes.
protected handlePublishes ( )
    protected function handlePublishes()
    {
        $this->publishes([__DIR__ . '/../config/terminal.php' => $this->app->configPath() . '/terminal.php'], 'config');
        $this->publishes([__DIR__ . '/../resources/views' => $this->app->basePath() . '/resources/views/vendor/terminal'], 'views');
        $this->publishes([__DIR__ . '/../public' => $this->app->publicPath() . '/vendor/terminal'], 'public');
    }