laravel-language-extractor
v0.0.7
Published
Loops though laravel blade files and places it in json file
Readme
laravel-language-extractor
Extracts all language strings from a Laravel project and generates or updates a language file.
Installation
npx laravel-language-extractorUsage
npx laravel-language-extractor [options]Options
| Option | Description | Default |
| --- | --- | --- |
| --verbose | Show verbose output | false |
| --silent | Show no output | false |
| --theme <theme> | Theme to use for output for Laravel-Themer | |
| --path <path> | Path to Laravel project | . |
| --default-file <file> | Default language file to use | lang/en.json |
| --no-controllers | Do not extract strings from controllers | false |
