Waavi / translation

Better translation management for Laravel
MIT License
360 stars 167 forks source link

Can't install on existing project #137

Open manojrhr opened 6 years ago

manojrhr commented 6 years ago

I want to use this library to one of my existing project and whenever I am trying to run command "composer require waavi/translation 2.3.x" my projects stop running and give me error for a variable used in foreach (screenshot https://www.screencast.com/t/1yXRdxh0). I am using Laravel 5.6.12

Please help. Is this library support Laravel 5.6.12? If yes, how can I use this library to my existing project.

sildraug commented 6 years ago

I'm sorry, I don't know how to help. That file is the compiled version of one of your views and it's hard to know why that's failling. Have you followed the installation instructions? There's more to installing this package than just running composer require.

Thanks!

livevasiliy commented 3 years ago

I want to use this library to one of my existing project and whenever I am trying to run command "composer require waavi/translation 2.3.x" my projects stop running and give me error for a variable used in foreach (screenshot https://www.screencast.com/t/1yXRdxh0). I am using Laravel 5.6.12

Please help. Is this library support Laravel 5.6.12? If yes, how can I use this library to my existing project.

Try clear cache

php artisan optimize:clear