Backpack Blade #486
-
Do you know where I can find documentation related to the Backpack blades? to be clear, those like registration/login that start with @extends(backpack_view('layouts.plain')) Do you know of the existence of some UI interface to generate captivating Blades? Thanks for help |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @blondie63 docs about modify blades there is not, but you can find all the templates here https://github.com/Laravel-Backpack/CRUD/tree/main/src/resources/views/base/auth you can find information about Auth in our documentation and finally if you need override auth templates you can do it follow these instructions Cheers. |
Beta Was this translation helpful? Give feedback.
-
I'm closing this issue due to inactivity. If you need further assistance or have additional questions, feel free to reopen this issue or create a new one. We're here to help! |
Beta Was this translation helpful? Give feedback.
Hi @blondie63 docs about modify blades there is not, but you can find all the templates here https://github.com/Laravel-Backpack/CRUD/tree/main/src/resources/views/base/auth you can find information about Auth in our documentation and finally if you need override auth templates you can do it follow these instructions
Cheers.