Problem routes theme
-
Re: How to create custom theme in Bagisto?
Hi. I stopped at the step where the routes should be replaced. I don't know where to replace or how to link it to my new theme?
-
Hello @lozanich
This is not a route, this is actually path of your view and css files.
When Admin select your theme from back-end, then this path will be responsible to show view files and css.Thanks
-
Thank you very much.
My last question. How to create the pages about and contact us?
-
Hi @lozanich
Just you do in laravel Application, you need to follow same procedure but create it using package.
Please go through with this link, which tells how to create package in bagisto - https://bagisto.com/en/step-by-step-guide-for-bagisto-module-development/
https://devdocs.bagisto.com/create_package.html
Thanks