drehimself / laravel-language-switcher-example

http://usefullaravelpackages.com
12 stars 15 forks source link

Route [] not defined. #2

Open cristianilisei96 opened 4 years ago

cristianilisei96 commented 4 years ago

Route [] not defined. If I included in the file "welcome", the nav blade in which is the route for each language, when accessing welcome, gives me this message: -?

The nav blade is in resources / views / include / nav.blade.php

mohabmuse commented 4 years ago

I got the same error, but I fixed it myself. You should change the Route in web.php and the url in ...blade.php file

Hardik-lad commented 4 years ago

I got the same error, But i fixed the error to use on URL::to in blade.php file

gianmarx commented 3 years ago

i also get this error with laravel 8x how did you solve it? i didn't understand how to change the route.web?