Download the PHP package anourvalar/laravel-interpreter without Composer
On this page you can find all versions of the php package anourvalar/laravel-interpreter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anourvalar/laravel-interpreter
More information about anourvalar/laravel-interpreter
Files in anourvalar/laravel-interpreter
Download anourvalar/laravel-interpreter
More information about anourvalar/laravel-interpreter
Files in anourvalar/laravel-interpreter
Vendor anourvalar
Package laravel-interpreter
Short Description Laravel's locales translate through the single (flat) file
License MIT
Homepage https://github.com/AnourValar/laravel-interpreter
Package laravel-interpreter
Short Description Laravel's locales translate through the single (flat) file
License MIT
Homepage https://github.com/AnourValar/laravel-interpreter
Please rate this library. Is it a good library?
Informations about the package laravel-interpreter
Laravel Interpreter
- Export all untranslated phrases from your project to a single file for a translator.
- Import all translated phrases from a single file to your project's structure.
- Find & wrap text phrases with missed @lang() directive in your blade templates.
Installation
Usage: basic flow
Step #1: Create schema (config) for a target locale
Step #2: Fill in the config
Step #3: Export untranslated phrases to a single file for a translator
This command also display all unwrapped (with missing @lang) phrases.
Step #4: Import the completed single file to the project's structure
Usage: wrap
Original template
Modified template
All versions of laravel-interpreter with dependencies
PHP Build Version
Package Version
The package anourvalar/laravel-interpreter contains the following files
Loading the files please wait ....