Pages

26 April, 2021

Manage your Language files from Artisan


Manage your Language files from Artisan
 Larave
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.


No comments:

Post a Comment

Thanks