InspireCMS v5.0.0
InspireCMS v5.0.0 is a major release focused on framework compatibility updates and dependency alignment for the next generation of the platform.
Highlights
- Laravel 12 and Laravel 13 support across v5 packages
- PHP 8.2+ baseline
- Filament 5 support in the support package
Package Compatibility
Runtime
- PHP: >= 8.2
- Laravel: ^11.0 | ^12.0 | ^13.0
Ecosystem
- Filament (support package): ^5.0
- InspireCMS core package links to matching support package version via self.version
Important Notes for Upgrades
- This is a major version. Review your dependency constraints before upgrading.
- If your app is using older Filament versions, upgrade to Filament 5 before adopting InspireCMS v5.
- If you customized model observer behavior, ensure your implementation is compatible with Laravel 13 model booting behavior.
- Clear caches after upgrade:
php artisan optimize:clearInstallation / Upgrade
composer require solution-forest/inspirecms-core:^5.0Full Changelog: 4.0.10...5.0.0
If you tag from a different base point, replace compare ranges with your actual previous release tag (for example, 4.0.10...5.0.0).