you are reading the documentation for version
v1
our latest version is
v2
make sure to select the correct version.
to check your version use:
to check your version use:
composer show lara-zeus/tiles
Tiles is a premium package,
get your license here
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 custom filament theme.
Custom Classes:
You need to add these files to your tailwind.config.js file in the content section.
1content: [2 //...3 './vendor/lara-zeus/tiles/resources/views/**/*.blade.php'4]