redot/laravel-lang-extractor

A Laravel package to extract language keys from your project files and generate a language file from them.

Installs: 3 271

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 0

Forks: 2

Open Issues: 0

pkg:composer/redot/laravel-lang-extractor

v1.0.3 2025-02-24 15:24 UTC

This package is auto-updated.

Last update: 2025-09-24 16:53:09 UTC


README

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}