Sort
Laravel 12 post upgrade
Following the upgrade to Laravel 12, the Pulse Platform codebase requires modernization to align with the framework's new architectural patterns and best practices. While the core functionality has been migrated, several legacy files and outdated patterns remain that need to be addressed.
This project will:
- Remove deprecated Laravel 11 files
- Update direct environment variable access to use config() helpers
- Modernise model attribute casting
- Ensure full compliance with Laravel 12 conventions and standards
Impact: Improved code maintainability, better adherence to framework conventions, and prevention of future compatibility issues.