Download the PHP package nativecode/laravel-auto-lang without Composer
On this page you can find all versions of the php package nativecode/laravel-auto-lang. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nativecode/laravel-auto-lang
More information about nativecode/laravel-auto-lang
Files in nativecode/laravel-auto-lang
Download nativecode/laravel-auto-lang
More information about nativecode/laravel-auto-lang
Files in nativecode/laravel-auto-lang
Vendor nativecode
Package laravel-auto-lang
Short Description Auto append missing Laravel translations to en.json
License MIT
Package laravel-auto-lang
Short Description Auto append missing Laravel translations to en.json
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-auto-lang
Laravel Auto Lang
Automatically scan Laravel translation strings and append missing translations to resources/lang/en.json.
Features
- Scan
__()translations in PHP and Blade files - Scan
trans()translations in PHP/controllers - Scan
t()translations in JS/TS/JSX/TSX - Supports local variable translation detection
- Auto generate other language JSON files
- Multiple translation provider fallback
- Prevent API rate limits automatically
- Recursive project scanning
- Smart folder exclusions
- Supports Laravel 10, 11, 12, and 13
Installation
Scan Translations
Run the scan command:
PHP / Blade Example
React / TSX Example
Local Variable Example
Generated:
Auto Translate JSON Files
Generate another language JSON automatically:
Bulk Translate
Generated:
Translation Providers
Automatic fallback providers:
Rate Limit Protection
Automatic delay protection included:
to reduce API blocking risks.
Supported File Types
Excluded Folders
Supported Laravel Versions
| Laravel Version | Supported |
|---|---|
| 10.x | Yes |
| 11.x | Yes |
| 12.x | Yes |
| 13.x | Yes |
Update Package
Run Scan Again
Translate Language Files
Example Output
License
MIT
All versions of laravel-auto-lang with dependencies
PHP Build Version
Package Version
The package nativecode/laravel-auto-lang contains the following files
Loading the files please wait ...