How can i create a new admin route?
-
Hi,
I'm trying to create a new admin page named import, i created a new route in the packages/admin/route but I got a error route not defined?Thanks!
-
Hi @Norbert
Instead of modifying core package, try to create new package and create whatever you want in this package.
I am providing you link of package Creation.https://devdocs.bagisto.com/create_package.html
https://bagisto.com/en/step-by-step-guide-for-bagisto-module-development/
and run 'php artisan route:cache' after creating route.
Thanks
-
Okay,
Thanks Rahul!
I will try to create a new package !
Have a nice day ! -
This post is deleted!