asnardd/lang-helper

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

2.2.0 2025-02-28 17:02 UTC

This package is auto-updated.

Last update: 2025-08-28 18:21:47 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.