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
Requires
- php: ^8.3
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^10.0.0||^9.0.0||^8.22.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- spatie/laravel-ray: ^1.35
This package is auto-updated.
Last update: 2025-08-28 18:21:47 UTC
README
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.