You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing sunel/eav-dashboard (v0.0.4) Add the Eav\Api\ServiceProvider::class into providers into config/app.php Do clean up all byphp artisan config:clear && php artisan route:clear && php artisan view:clear && php artisan cache:clear` but I can't to continue install.
I don't see eav-dash in artisan. php artisan eav-dash:publish There are no commands defined in the "eav-dash" namespace.
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Hi!
Want to install your dashboard on Laravel Framework 5.8.9.
Open the doc link https://sunel.github.io/eav/master/dashboard.html#introduction and install package
`composer require sunel/eav-dashboard
...
Add the Eav\Api\ServiceProvider::class into providers into config/app.php Do clean up all by
php artisan config:clear && php artisan route:clear && php artisan view:clear && php artisan cache:clear` but I can't to continue install.I don't see eav-dash in artisan.
php artisan eav-dash:publish There are no commands defined in the "eav-dash" namespace.
What am I doing wrong?
The text was updated successfully, but these errors were encountered: