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: 2025-04-10 04:49:46 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