mirror of
https://github.com/filamentphp/plugin-skeleton.git
synced 2025-12-06 13:38:53 +08:00
updates for Filament v4
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user