All notable changes to the Lemmings package will be documented in this file.
- Extended Laravel compatibility to Laravel 13 (
^11.0|^12.0|^13.0)
- Configuration file for customizable URL and route path
- Config publishing via
php artisan vendor:publish --tag=lemmings-config - Named route
lemmingsfor easier referencing - Environment variable support (
LEMMINGS_URL,LEMMINGS_ROUTE)
- Documentation translated to English
- Improved ServiceProvider with config merging
- Version field removed from composer.json for better package management
- Improved code formatting in composer.json
- Tests removed to improve compatibility
- Laravel Pint removed to minimize dependencies
- Extended Laravel compatibility to Laravel 11 and 12 (
^11.0|^12.0)
- [Previous changes for version 1.1.0]
- Support for Laravel 11
- Compatibility with Livewire 3
- FluxUI integration
- Minimum PHP version raised to 8.2
- PHPUnit upgrade to version 11
- Improved documentation
- Support for Laravel < 11
- Initial release
- Basic Lemmings easter egg functionality
- Laravel auto-discovery support