you are reading the documentation for version
                                v3
                                                                    our latest version is
                                    v4
                                    make sure to select the correct version.
                                                                
to check your version use:
                        to check your version use:
                                    composer show lara-zeus/bolt
                                
                            On this page
Themes and Assets
Compiling assets
We use tailwind Css and custom themes by filament, make sure you are familiar with tailwindcss configuration, and how to make a custom filament theme.
Custom Classes
You need to add these files to your tailwind.config.js file in the content section.
- frontend:
 
1content: [2    //...3  './vendor/lara-zeus/bolt-pro/resources/views/themes/**/*.blade.php',4]
- filament:
 
1content: [2    //...3  './vendor/lara-zeus/bolt-pro/resources/views/filament/**/*.blade.php',4]