potsky / laravel-localization-helpers

🎌 Artisan commands to generate and update lang files automatically
GNU General Public License v3.0
187 stars 38 forks source link

Laravel 5.5 Support #65

Closed limenet closed 6 years ago

limenet commented 6 years ago

This pull request makes this package compatible with Laravel 5.5.

It explicitly targets Laravel 5.5 and as the fire() method for Commands is now handle() it is not backwards-compatible. Furthermore, this PR includes support for package auto-discovery.

Let me know if you'd like me to make further changes.

potsky commented 6 years ago

Build is OK https://travis-ci.org/potsky/laravel-localization-helpers/builds/279498144

limenet commented 6 years ago

@potsky awesome, thanks for taking care of the tests!