diff --git a/publishes/config.php b/publishes/config.php index a3d8b3f..6271674 100644 --- a/publishes/config.php +++ b/publishes/config.php @@ -9,5 +9,10 @@ 'paths' => [ 'provider' => "Http/Terranet/Administrator/Navigation/Providers" - ] -]; \ No newline at end of file + ], + + # Routes under these prefixes will be skipped from navigation module. + 'skip' => [ + 'cms', 'horizon', 'api', 'auth' + ], +];