ideas
                                
                                 ideas copied to clipboard
                                
                                    ideas copied to clipboard
                            
                            
                            
                        Simplify multi-language setups
At the moment, it's pretty hard to create multi-language setups in Laravel because you have to change every route() call in the auth templates and include ['locale' => app()->getLocale()], overwrite the e-mail generating methods and create a custom middleware that sets the locale correctly.
Very helpful would be if future versions of Laravel:
- ships with a default locale middleware
- inserts the localeparameter in allroute()calls automatically if enabled
There's also a problem with the Laravel router when mapping route variables to method arguments: https://github.com/laravel/framework/issues/36997
@taylorotwell Is there any plan to support multi-lingual routes in future versions of Laravel?
https://laracasts.com/discuss/channels/code-review/password-reset-link-incorrect-format-and-invalid-token-laravel-57-multi-language