Barryvdh\Debugbar\ServiceProvider::publishConfig PHP Method

publishConfig() protected method

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