ahmed-aliraqi/lang-generator

This package used to search for all lang keys from views and put them to lang files

Installs: 2 203

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

pkg:composer/ahmed-aliraqi/lang-generator

v3.0.0 2025-07-13 18:27 UTC

This package is auto-updated.

Last update: 2025-09-13 18:49:43 UTC


README

This package used to search for all lang keys from views and put them to lang files

Installation

composer require ahmed-aliraqi/lang-generator --dev

The package will automatically register a service provider.

Configure

Next, you should publish the config file:

php artisan vendor:publish --provider="AhmedAliraqi\LangGenerator\ServiceProvider" --tag="config"
  • lang key contains the lang files and their paths.

Usage

php artisan lang:generate