Admin menu not changing
-
Hi. On very first development I manage to change Admin Menu (Webkul/Admin/src/Config). However in the middle of development when I try to change the menu, it show the default menu. But when I push to server it is works. Currently I only create package for customer view and not touch Admin yet.
Here, I try to hide dashboard.
It still show the old one.Thanks in advance.
-
Hello @allstyle96 ,
I think this must be an issue of cache, so you should run these following commands:
1- php artisan cache:clear.
2- php artisan view:clear.
3- php artisan config:clear.
3- composer dump-autoload.Thank you.
-
@Naresh-webkul
Thanks. It solved the problem.