Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-02-10 | 567 Bytes | |
v1.0.1 source code.tar.gz | 2023-02-10 | 30.8 kB | |
v1.0.1 source code.zip | 2023-02-10 | 59.7 kB | |
Totals: 3 Items | 91.1 kB | 0 |
- Laravel 10 support
- Multi-Tenancy improvement: abilities/roles granted within a scope now don't leak out into the global scope. By @grantholle in https://github.com/JosephSilber/bouncer/pull/608
- Added PHPDoc to the
Bouncer
facade, for better IDE help. By @devRMA in https://github.com/JosephSilber/bouncer/pull/599 - Added return types to Eloquent Relations to make Lighthouse Type detection work. By @TFSThiagoBR98 in https://github.com/JosephSilber/bouncer/pull/585