Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Hoshmand's avatar

how to manage system color in laravel ?

how can i setting up color system in laravel and how can i do that ?

0 likes
7 replies
Tray2's avatar

What do you mean by a color system?

Hoshmand's avatar

@Tray2 i mean, i want to include a system theme chaging in my project, i will set up some theme for pages and then i will let it to user to choose one of them, for example change the (table color, headers, navigation bar, ...etc) i am using tailwindcss.

Snapey's avatar

Have a look at Daisy UI https://daisyui.com/

It supports multiple themes with its tailwind components, and you can flip between themes by stating the theme name on the body tag

3 likes

Please or to participate in this conversation.