artkonekt / appshell

AppShell is an Laravel Application boilerplate with UI, ACL, Users & Customers
https://konekt.dev/appshell
MIT License
80 stars 10 forks source link

Overwrite APPSHELL Layouts in a custom application #19

Closed marcelopalacioabreu closed 4 years ago

marcelopalacioabreu commented 4 years ago

I'm using Vanilo and i can overwrite layout files to translate or add fields by copying it to views/vendor/vanilo directory. How i can do this with APPSHELL?

fulopattila122 commented 4 years ago

Just put them in the resources/view/vendor/appshell directory. For available views to override refer to: https://github.com/artkonekt/appshell/tree/1.8/src/resources/views

fulopattila122 commented 4 years ago

Oh, and btw we're working on AppShell v2 where theming and customization will have a much better support. Vanilo 2.0 will have AppShell 2.0 under the hood

marcelopalacioabreu commented 4 years ago

Oh, Thank you! It worked perfectly.

marcelopalacioabreu commented 4 years ago

I'm closing the issue.