Answer the question
In order to leave comments, you need to log in
Laravel/PHP page templates?
Good afternoon. I am developing a website on Laravel with my own admin panel. There are various pages, such as: home, about us, services, and so on. How is CRUD done for such pages? In WordPress, for example, we create a page template with our own fields, and when creating a new page, we select the desired template and the required fields are displayed.
How does this functionality work under the hood? Tell me please. Do not throw slippers, I'm just mastering the development. Thanks to!
Answer the question
In order to leave comments, you need to log in
Laravel is a framework, not a cms, so in the bare, it has no functionality for CRUD and you are free to choose from a variety of "extending" implementations or write it yourself.
Personally, I use BackPack for CRUDa admins, etc. (but it becomes paid), check out their PageManager addon , it even seems to have the ability to set templates for the created pages. Perhaps this is what you need.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question