Lukasss93 / laravel-larex

Laravel Larex lets you translate your whole Laravel application with a single CSV file.
MIT License
95 stars 7 forks source link

Set the most common config values in .env instead of in the config file #44

Closed rabol closed 1 month ago

rabol commented 3 months ago

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 values will be used to avoid breaking changes