Creating a new theme
-
Hello,
I'm new to Bagisto, and I'm evaluating it for a new project.I'm a software developer and I read the documentation about creating a new theme.
As I understood, after following the first part of the doc, I will have to write the blade views as per my requirements.So 2 questions:
- creating my blade views can I use bootstrap 5?
- as a starting point, or to keep some design part, my idea was to check your actual views and keep ideas from some html template so that I can take some part of the html layout and integrate it in the new blade views I will create; is it a possibility?
thanks in advance,
Matteo -
Hi there,
-
You can use any CSS framework, as per your need.
-
You need to go as per the docs. If you want to customize you can do that but mostly you need to follow the controllers variable as well. So it will be good if you take reference from shop or velocity package.
-