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

Laravel 5.5 support for console commands (Backwards compatible with previous Laravel 5.x versions) #42

Closed fjoho closed 7 years ago

fjoho commented 7 years ago

Renamed fire() to handle() and made fire() run handle()

fjoho commented 7 years ago

Will you take a look at this @andywer ?

andywer commented 7 years ago

Ohh, sorry. That PR slipped through my GitHub notifications.

Thanks, @fjoho! Looks good 👌