updates for Filament v4

This commit is contained in:
Adam Weston
2025-06-21 11:19:47 -04:00
parent 93d46d196d
commit c2645897dd
18 changed files with 110 additions and 84 deletions

View File

@@ -25,6 +25,15 @@ You can install the package via composer:
composer require :vendor_slug/:package_slug
```
> [!IMPORTANT]
> If you have not set up a custom theme and are using Filament Panels follow the instructions in the [Filament Docs](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) first.
After setting up a custom theme add the plugin's views to your theme css file or your app's css file if using the standalone packages.
```css
@source '../../../../vendor/:vendor_slug/:package_slug/resources/**/*.blade.php';
```
You can publish and run the migrations with:
```bash