laravel-larex
laravel-larex copied to clipboard
Laravel Larex lets you translate your whole Laravel application with a single CSV file.
Wrong export message when lang folder is inside project root (laravel 9) 
https://laravel.com/docs/9.x/localization#overriding-package-language-files **Which path to take?** A) Create another localization.csv for every package inside /lang/vendor/. Example: - /lang/vendor/packageA/localization.csv - /lang/vendor/packageB/localization.csv B) Use the default localization.csv file using an alias prefix in...
> **Note** > Create folders recursively
We are currently using or abusing the localization feature in Laravel to allow for custom user specific labeling of certain parts of the codebase. This is currently implemented by having...
Added the following vars so one can set the most common values in .env LAREX_CSV_FILE LAREX_DEFAULT_EXPORTER LAREX_DEFAULT_IMPORTER LAREX_IGNORE_EMPTY_VALUES LAREX_SOURCE_LANGUAGE If you don't set any of these vars, the current default...
Hi In a new laravel app with laravel breeze, created with Herd then publish the standard language files: ``` php artisan lang:publish ``` then install this package: ``` composer require...