chinleung / laravel-multilingual-routes

A package to handle multilingual routes in your Laravel application.
https://github.com/chinleung/laravel-multilingual-routes-demo
MIT License
395 stars 25 forks source link

Cannot be used with Laravel 11 #83

Closed da40 closed 6 months ago

da40 commented 6 months ago

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

  1. Change "laravel/framework" in composer.json to "^11.0".
  2. 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 6 months ago

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:

image

Output of composer require chinleung/laravel-multilingual-routes:

image

Feel free to re-open the issue if you are still facing the issue.