themsaid / laravel-langman

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

extend the files method in the manager to filter for a given files #51

Closed oaattia closed 6 years ago

oaattia commented 8 years ago

Opened new pull request regarding #50, as i tried to fix ci error on previous branch without no luck .

complete the method and add the missing tests fix the missing spaces adding doc to the missing method add to missing command filter by language

closing #50

oaattia commented 8 years ago

@themsaid would you please help me why styleci is failing ? thanks

themsaid commented 8 years ago

Forget about styleCI, but travis is failing :) Means there are failing tests.

oaattia commented 8 years ago

Done, i didn't know that array_where's parameters changed in laravel 5.3, i used array_filter instead