l Langman is a new package that turns your console into a language file manager. It helps you search, update, add, and remove translation lines right from an Artisan command.
Here is an example usage:
php artisan langman:show users
Which returns a table of results:
'+---------+---------------+-------------+
| key | en | nl |
+---------+---------------+-------------+
| name | name | naam |
| job | job | baan |
+---------+---------------+-------------+
It supports filling in missing translations, searching, syncing and more.
0 comments:
Post a Comment
Thanks