You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow Laravel 14 and document Laravel 13 support (#17)
Proactively add `^14.0` to the `illuminate/*` constraints so the package
can be installed alongside the upcoming Laravel 14, and update the README
Requirements section to reflect the already-tested `^13.0` support.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Improve: Use `BadMethodCallException` instead of `LogicException` (#5)
* Improve: Use `BadMethodCallException` instead of `LogicException`
* Style: Sort imports