Barryvdh\Debugbar\ServiceProvider::publishConfig PHP 메소드

publishConfig() 보호된 메소드

Publish the config file
protected publishConfig ( string $configPath )
$configPath string
    protected function publishConfig($configPath)
    {
        $this->publishes([$configPath => config_path('debugbar.php')], 'config');
    }