Skip to content
Discussion options

You must be logged in to vote

Hey @blondie63 there is nothing really special about our structure. It's just a bunch of includes, simple as it should be.

You just need to follow the files in the theme you are using because they may be different from theme to theme. For example theme-tabler support multiple different layouts.

So starting from the view you are extending, you can see that on top it extends the layout you are using:
https://github.com/Laravel-Backpack/theme-tabler/blob/1d4add238f0f9da59901f0ce880812344f5d7ba7/resources/views/blank.blade.php#L1

Let's assume you are using horizontal_overlap (the default one).
https://github.com/Laravel-Backpack/theme-tabler/blob/main/resources/views/layouts/horizontal_overla…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jcastroa87
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants