PHPackages                             asnardd/lang-helper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. asnardd/lang-helper

ActiveLibrary

asnardd/lang-helper
===================

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

2.3.0(2mo ago)133MITPHPPHP ^8.3

Since Feb 4Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/Asnardd/lang-helper)[ Packagist](https://packagist.org/packages/asnardd/lang-helper)[ Docs](https://github.com/asnardd/lang-helper)[ RSS](/packages/asnardd-lang-helper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (3)Versions (6)Used By (0)

Lang-Helper
===========

[](#lang-helper)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e1a4143b32e4fbf6ca244f59432e3431826d605adb85570efc2f831292ed8d99/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61736e617264642f6c616e672d68656c7065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/asnardd/lang-helper)[![Total Downloads](https://camo.githubusercontent.com/022662a1ebe51ecb1a04a076829e93702c71c17a1ba61f7b5a51c61b03b8e0ac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61736e617264642f6c616e672d68656c7065722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/asnardd/lang-helper)

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

Installation
------------

[](#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' => "
