chinleung/laravel-multilingual-routes

InvalidArgumentException Attribute [multilingual] does not exist.

MatejMozola opened this issue · 2 comments

Hi, just uploaded on server, worked fine on local environment. Can anyone guess what might be the problem?

Hi, just uploaded on server, worked fine on local environment. Can anyone guess what might be the problem?

Hey @MatejMozola,

It's hard to help without more information. The method is added via the service provider MultilingualRoutesServiceProvider.php.

Is the service provider loaded on your server?

Finally solved the problem, yes I uploaded all new or edited files but problem was I didnt upload /bootstrap/cache/routes-v7.php file. Thank you for a great package and keep up the good work.