Filament Shield 4.0 Publishing Issue
Hello,
Is it possible to publish Role Resource in 4.0 shield package ?
I have been trying to figure that one out, lookng docs and publishable assets but unable to find command to publish resource.
12 Replies
did you try:
php artisan shield:publish
from the upgrade guide https://github.com/bezhanSalleh/filament-shield/releases/tag/4.0.0
GitHub
Release 4.0.0 · bezhanSalleh/filament-shield
UPGRADE from BETA
This release is almost a rewrite (99.9%) so to get up and running follow these 3 simple steps
Backup/commit/stash your app then delete the filament-shield.php config and run comp...
is it advisable to use the beta ?
it's out of beta
it's now stable
Yeah i tried i get
which version are you on?
"bezhansalleh/filament-shield": "^4.0",
there is an update yesterday
try updating and run the publish command again
composer update did the trick..
@Hussain4real How did you know that its now stable?
You can check here -> https://github.com/bezhanSalleh/filament-shield
Also he posted on X -> https://x.com/BezhanSalleh/status/1964596356653469913
GitHub
GitHub - bezhanSalleh/filament-shield: The easiest and most intuiti...
The easiest and most intuitive way to add access management to your Filament Panel; Resources, Pages & Widgets through
spatie/laravel-permission
- bezhanSalleh/filament-shieldThank you