laravel-lang-extractor maintained by redot
Description
A Laravel package to extract language keys from your project files and generate a language file from them.
Author
Last update
2026/03/18 09:45
(dev-master)
License
Downloads
4 549
Laravel Lang Extractor
Laravel Lang Extractor is a tool to extract translation keys from blade files and generate a new language file.
Installation
Installation of this package is done through composer.
composer require --dev redot/laravel-lang-extractor
Usage
To extract translation keys from blade files and generate a new language file, run the following command:
php artisan lang:extract {language}