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
Support Laravel 13, Drop Legacy Support by @ultrono in #33
The package now requires PHP ^8.2 and Laravel ^11.0 / ^12.0 or ^13.0. Going forwards this package will actively track supported Laravel / PHP versions as per Laravel's official support policy
Drop legacy support. The package via support PHP ^8.0 and Laravel >=8.12. There is a breaking change in relation to the meta() helper function, see UPGRADING.md by @ultrono in #29