ludmanp / typicms-transdb
Manage language files and DB
Installs: 70
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ludmanp/typicms-transdb
Requires
- php: ^8.1
- illuminate/console: ~10
- illuminate/filesystem: ~10
- illuminate/support: ~10
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/database: ~3.0
- orchestra/testbench: ~3.0
- phpunit/phpunit: ^8.0
This package is auto-updated.
Last update: 2025-09-17 13:35:39 UTC
README
Based on themsaid/laravel-langman
Installation
Begin by installing the package through Composer. Run the following command in your terminal:
$ composer require ludmanp/typicms-transdb
Usage
Searching view files for missing translations and updates DB and files
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.