Cannot be used with Laravel 11
da40 opened this issue · 1 comments
da40 commented
Describe the bug
laravel-multilingual-routes 4.1 is dependent on "illuminate/support" which has been replaced by "laravel/framework" in Laravel 11.
To Reproduce
- Change "laravel/framework" in composer.json to "^11.0".
- composer update
Expected behavior
All dependencies to be resolved.
Result of route:list:
N/A
Additional context
I previously erroneously reported that the issue was only with laravel-locales.
chinleung commented
Hey @da40,
I just tried to install it and it works properly in a fresh Laravel 11 install with the v2.1.0 release of laravel-locales.
Output of php artisan --version
:
Output of composer require chinleung/laravel-multilingual-routes
:
Feel free to re-open the issue if you are still facing the issue.