altek / eventually
The missing many-to-many Eloquent events.
v3.0.0
2024-03-21 09:20 UTC
Requires
- php: ^8.1
- illuminate/database: ^10.0|^11.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0
- roave/security-advisories: dev-latest
README
This package extends the Eloquent ORM by providing new events when interacting with pivot tables through the toggle()
, sync()
, updateExistingPivot()
, attach()
and detach()
methods.
Version Matrix
Version | Illuminate | Status | PHP Version |
---|---|---|---|
3.x | 10.x.y - 11.x.y | Latest | >= 8.1.0 |
2.x | 8.x.y - 10.x.y | EOL | >= 7.4.0 |
1.x | 5.5.x - 7.x.y | EOL | >= 7.1.3 |
Documentation
The package documentation can be found here.
Changelog
For information on recent changes, check the CHANGELOG.
Contributing
Contributions are always welcome, but before anything else, make sure you get acquainted with the CONTRIBUTING guide.
Security
If you find a security related issue, please email security@altek.org instead of using the issue tracker.
Credits
License
The Eventually package is open source software licensed under the MIT LICENSE.