AcelleMail v4.8 now fully supports PHP 8.3 and Laravel 11! 🚀
What changed:
- Upgraded from Laravel 10 to Laravel 11
- Full PHP 8.3 compatibility (typed properties, enums, fibers)
- Dropped PHP 7.4 and 8.0 support (minimum: PHP 8.1)
- Updated all dependencies to latest versions
- Improved performance with Laravel 11's slim skeleton
Migration guide:
- Backup your database and files
- Update PHP to 8.1+ (8.3 recommended)
- Run
composer update
- Run
php artisan migrate
- Clear caches:
php artisan config:cache
⚠️ Breaking changes:
- PHP 7.4 and 8.0 no longer supported
- Custom plugins may need updates for Laravel 11 compatibility
See the full migration guide in the changelog.