gorapiotr/modules-vue-i18n-generator

Vue i18n js file generator for NWiart package.

dev-master 2019-10-09 16:29 UTC

This package is auto-updated.

Last update: 2024-06-10 03:02:34 UTC


README

Install the package

In your project: composer required gorapiotr/modules-vue-i18n-generator

In config/app.php providers:

GoraPiotr\ModulesVueI18nGenerator\ModulesVueI18NGeneratorServiceProvider::class,

Next, publish the package default config:

php artisan vendor:publish --provider="GoraPiotr\ModulesVueI18nGenerator\ModulesVueI18NGeneratorServiceProvider"

Then generate the include file with


php artisan module-vue-i18n:generate

Module based on:

https://github.com/martinlindhe/laravel-vue-i18n-generator