Lucid Dashboard not showing
jbaron-mx opened this issue · 2 comments
jbaron-mx commented
Hello,
Did a fresh 5.6 installation by following the Getting Started instructions, but can't get the Lucid Dashboard to show by visiting the /lucid/dashboard
page, it is throwing a 404 page instead, looks like the routes are not being registered.
- Working on Homestead 6.4
- Clean installation, no services/features were added.
Any idea on where to look first?
harris21 commented
Hello @jbaron-mx, I wasn't able to replicate this issue.
Please make sure that you follow the steps mentioned here
- Run
php artisan vendor:publish --provider="Lucid\Console\LucidServiceProvider"
- Run
php artisan serve
and then visit/lucid/dashboard
url as intended