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 runcomposer update
- Run
php artisan shield:setup
┌ 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.
- 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 #559
- Fixes #560 by @bezhanSalleh in #572
- Add missing CZ and SK translations (4.x) by @hamrak in #574
- Support for v4 stable release by @bezhanSalleh in #592
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #601
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #602
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #603
New Contributors
- @malzariey made their first contribution in #559
Full Changelog: 3.3.7...4.0.0