🚀 Laravel 11 Only Release
⚠️ Breaking Changes
This is a major version with breaking changes. Please review before upgrading.
Requirements
- PHP:
^8.2
(previously^8.1
) - Laravel:
^11.0
(previously^10.0|^11.0
) - Filament:
^3.2
🎯 What's New
✨ Features
- Simplified Dependencies: Now uses main
filament/filament
package instead of individual packages - Latest Standards: Updated to Laravel 11 and PHP 8.2+ requirements
- Improved Testing: GitHub Actions workflow optimized for Laravel 11
🔧 Technical Changes
- Updated
composer.json
to require Laravel 11 and PHP 8.2+ - Replaced individual Filament packages with main
filament/filament
package - Updated all dependencies to Laravel 11 compatible versions
- Updated GitHub Actions workflow to test only Laravel 11 with PHP 8.2 and 8.3
- Fixed code style issues throughout codebase
✅ Quality Assurance
- 44/44 tests passing ✅
- PHPStan analysis clean ✅
- PHP CS Fixer compliant ✅
- All quality checks passing ✅
📦 Installation
composer require hayderhatem/filament-excel-import
🔄 Migration from v1.x
If you're upgrading from v1.x:
- Update PHP: Ensure you're running PHP 8.2 or higher
- Update Laravel: Ensure you're running Laravel 11
- Update Filament: Ensure you're running Filament 3.2+
- Run composer update:
composer update hayderhatem/filament-excel-import
📚 Documentation
See the README.md for complete usage instructions and examples.
🐛 Issues & Support
If you encounter any issues, please open an issue.