andywer / laravel-js-localization

Simple, ease-to-use and flexible package for the Laravel web framework. Allows you to use localized messages of the Laravel webapp (see `resources/lang` directory) in your Javascript code.
MIT License
143 stars 51 forks source link

Update composer.json #2

Closed koss-shtukert closed 10 years ago

andywer commented 10 years ago

But it doen't work. It fails with: Class Illuminate\Foundation\Application contains 1 abstract method and must therefore be declared abstract or implement the remaining methods

That's one of the problems I encountered when trying to migrate to Laravel 4.1...

andywer commented 10 years ago

Just updated the package. Now working with Laravel 4.1. If you are interested what changed, have a look at https://github.com/andywer/laravel-js-localization/commit/964afae284478ea4836152876849b3f073c1fc5f.