InfyOmLabs/laravel-generator

[Feature]: Configuration for layout views

theanadimukt opened this issue · 2 comments

When working with custom admin template package, I am having different layout structure such as app and guest with sidebar, navbar, footer, main content section.

It would be great if you guys provide a list of publishable views config option in laravel_generator.php config file instead of hardcoding in LayoutPublishCommand.php file.

Thanks for the stunning package 😊

Related to #471

#471 (comment)

Check this. Now, LayoutPublishCommand has been removed. You can use customized views from the vendor directory and adjust the structure manually after the layout publishes via laravel-ui-adminlte.