What's Changed
- Adds Laravel 13 support — the package now installs and tests cleanly on both Laravel 12 and Laravel 13.
- Replaces transitive
postare/blade-mdidependency withmanukminasyan/blade-mdi, a Packagist-published fork that widens theilluminate/supportconstraint to include^13.0. SamePostare\BladeMdi\namespace, no source changes. - CI matrix now runs against Laravel 12.* + 13.* on every push.
Compatibility
- Laravel 12 users: drop-in compatible, no changes required.
- Laravel 13 users:
composer require relaticle/custom-fieldsnow works without extra setup.
PR: #145