asnardd/lang-helper

A simple package for Laravel to help you create lang files easily with a simple artisan command.

Maintainers

Package info

github.com/Asnardd/lang-helper

Homepage

pkg:composer/asnardd/lang-helper

Statistics

Installs: 33

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

2.3.0 2026-03-04 10:26 UTC

This package is auto-updated.

Last update: 2026-03-04 10:35:13 UTC


README

Latest Version on Packagist Total Downloads

A simple package for Laravel to help you create lang files easily with artisan

Installation

You can install the package via composer:

composer require asnardd/lang-helper

You can publish the config file with:

php artisan vendor:publish --tag="lang-helper-config"

This is the contents of the published config file:

return [
    'lang-folder' => 'lang',
    'new-file-content' => "<?php\n\nreturn[\n\t\n];"
];

Usage

php artisan make:lang {name?} {lang?} {--O|overwrite}

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

The MIT License (MIT). Please see License File for more information.