Turn off lucid routes
nicopenaredondo opened this issue · 2 comments
nicopenaredondo commented
Mulkave commented
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.
nicopenaredondo commented
got it thanks @Mulkave