Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
4.0.0 source code.tar.gz | 2025-09-07 | 61.7 kB | |
4.0.0 source code.zip | 2025-09-07 | 112.9 kB | |
README.md | 2025-09-07 | 2.1 kB | |
Totals: 3 Items | 176.7 kB | 0 |
UPGRADE from BETA
This release is almost a rewrite (99.9%) so to get up and running follow these 3 simple steps
1. Backup/commit/stash your app then delete the filament-shield.php
config and run composer update
2. Run php artisan shield:setup
:::php
┌ Shield is already installed. Would you like to reinstall? ───┐
│ Yes │
└──────────────────────────────────────────────────────────────┘
```
Next option is for `teams/tenancy` so you decide. then stop and open `config/filament-shield.php` and adjust your settings, once done continue with the command.
3. If you have published the resource already then do run: `php artisan shield:publish`
**That's it😎. Star the repo if you haven't already and Enjoy🥳!!!**
## What's Changed
* [v4] Deleting ->hasViews(static::$name) by @malzariey in https://github.com/bezhanSalleh/filament-shield/pull/559
* Fixes #560 by @bezhanSalleh in https://github.com/bezhanSalleh/filament-shield/pull/572
* Add missing CZ and SK translations (4.x) by @hamrak in https://github.com/bezhanSalleh/filament-shield/pull/574
* Support for v4 stable release by @bezhanSalleh in https://github.com/bezhanSalleh/filament-shield/pull/592
* Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in https://github.com/bezhanSalleh/filament-shield/pull/601
* Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in https://github.com/bezhanSalleh/filament-shield/pull/602
* Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/bezhanSalleh/filament-shield/pull/603
## New Contributors
* @malzariey made their first contribution in https://github.com/bezhanSalleh/filament-shield/pull/559
**Full Changelog**: https://github.com/bezhanSalleh/filament-shield/compare/3.3.7...4.0.0