Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit bf4f30f

Browse files
Add cache clear instruction after package installation
1 parent 81ea346 commit bf4f30f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ You can install the package via composer:
1919
composer require codewithdennis/filament-theme-inspector
2020
```
2121

22+
Make sure you clear the cache after installing the package.
23+
24+
```bash
25+
php artisan filament:upgrade
26+
```
27+
2228
## Usage
2329

2430
Add the following plugin to your plugins method on your panel.

0 commit comments

Comments
 (0)