Nwidart\Modules\LaravelModulesServiceProvider::registerNamespaces PHP Method

registerNamespaces() protected method

Register package's namespaces.
protected registerNamespaces ( )
    protected function registerNamespaces()
    {
        $configPath = __DIR__ . '/../config/config.php';
        $this->mergeConfigFrom($configPath, 'modules');
        $this->publishes([$configPath => config_path('modules.php')], 'config');
    }