Based on themsaid/laravel-langman
Forked from ludmanp/typicms-transdb
Begin by installing the package through Composer. Run the following command in your terminal:
$ composer require ludmanp/typicms-transdb
php artisan trans:sync
This command will look into all files in resources/views, app and Modules and find all translation keys that are not covered in your translation files, after
that it appends those keys to the files with a value equal to key. If key prefix is db, then value will be added to DB.