Backpack v6 and tabler dark theme #531
-
Hi guys, I've been searching around but can't seem to find it, so apologies in advanced if i missed it. LE: I installed the actual dev package I found on packagist but can't find any further instructions. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @georgedobre maybe you can try this one if you use backpack v6 Create a new file in <?php
return [
/**
* 1st layer of customization
*
* Simple pick a layout and let Backpack decide the best look for it.
* No extra step is required.
*
* Possible values: horizontal, horizontal_dark, horizontal_overlap, vertical,
* vertical_dark, vertical_transparent (legacy theme), right_vertical, right_vertical_dark, right_vertical_transparent
*/
'layout' => 'horizontal_dark',
/**
* Pick a login page layout.
* Possible values: default, illustration, cover
*/
'auth_layout' => 'default', // default, illustration, cover
]; Let me know if you found any issue, thx |
Beta Was this translation helpful? Give feedback.
-
Hi @christmex sorry I haven't replied, just managed to find some time to test it. My problem at it's core was the fact that I just bought v6 as my previous licence expired and I used the instructions on the website, so when i ran php artisan backpack:version it was 5.x. So I just reinstalled it with the instructions from the docs then added the snippet you gave me, worked like a charm. Thank you |
Beta Was this translation helpful? Give feedback.
Hi @georgedobre maybe you can try this one if you use backpack v6
Create a new file in
config/backpack/theme-tabler.php
and inside that file, copy this