lucidarch/laravel

Turn off lucid routes

nicopenaredondo opened this issue · 2 comments

Any idea on how to turn off the routes of lucid ?

image

Please publish Lucid's config:

php artisan vendor:publish --provider="Lucid\Console\LucidServiceProvider"

Then open config/lucid.php, initially dashboard=null set it to false and they will no longer show up in route:list

Note: careful this will also publish some files in public/vendor/lucid that you might want to remove if you won’t use the dashboard.

got it thanks @Mulkave