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

share Method Removed #31

Closed riskis closed 7 years ago

riskis commented 7 years ago

Share method is removed in laravel 5.4, please can you update the registerRefreshCommand on ServiceProvider?

$container->singleton('foo', function () { return 'foo'; });

https://laravel.com/docs/5.4/upgrade