-
I cannot find in the doc where to change layout of new tabler theme I see this output
But this is my config folder content I was expecting something like https://github.com/Laravel-Backpack/theme-tabler/blob/main/config/theme-tabler.php What have I done wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
pxpm
Jul 6, 2023
Replies: 1 comment
-
Hey @realtebo thanks for the report. I can confirm the issue and submitted the PR to fix it: Laravel-Backpack/CRUD#5190 You have done nothing wrong, we did 🙃 In the meanwhile you can manually publish the config file with: Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
realtebo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @realtebo thanks for the report.
I can confirm the issue and submitted the PR to fix it: Laravel-Backpack/CRUD#5190
You have done nothing wrong, we did 🙃
In the meanwhile you can manually publish the config file with:
php artisan vendor:publish --tag="theme-tabler-config"
Cheers