You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix L8 cached routes
This will fix the following error when using cached routes without the $namespace member in your RouteServiceProvider:
```
Argument 1 passed to CodeZero\LocalizedRoutes\UrlGenerator::__construct() must be an instance of Illuminate\Routing\RouteCollection, instance of Illuminate\Routing\CompiledRouteCollection given, called in /var/www/vendor/codezero/laravel-localized-routes/src/LocalizedRoutesServiceProvider.php on line 104
```
* Remove incompatible dependencies,
Remove tests for deprecated versions,
* Remove function type hint, check type manually,
Add back support & testing for L5.6+,
* Fix code standard
* Update condition
0 commit comments