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

Removed global namespace facade usages #65

Closed bytestream closed 5 years ago

bytestream commented 5 years ago

Facades are bad and pollute the global namespace. This results in a conflict when pecl-event is installed, see other issues:

andywer commented 5 years ago

Cool, thanks for your PR, @bytestream!