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.
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...
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...