themsaid / laravel-langman

Language files manager in your artisan console.
MIT License
876 stars 166 forks source link

Do not throw exception when language file does not exist #86

Open sakalauskas opened 5 years ago

sakalauskas commented 5 years ago

Calling php artisan langman:remove key, file not found exception is being thrown when there is no language file for the language.

Instead it should just continue to loop to the next language.