alexeybob/laravel-translation-manager
Composer 安装命令:
composer require alexeybob/laravel-translation-manager
包简介
Manage Laravel Translations
README 文档
README
This is a package to manage Laravel translation files. It will change translation files with your changes. All changed files will be backuped before updated.
Installation
$ composer require alexeybob/laravel-translation-manager dev-master $ php artisan vendor:publish --tag=abtmPublishes --force
The package needs access to resources/lang to read/write
$ HTTPDUSER=$(ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\ -f1) $ sudo setfacl -dR -m u:"$HTTPDUSER":rwX -m u:$(whoami):rwX resources/lang $ sudo setfacl -R -m u:"$HTTPDUSER":rwX -m u:$(whoami):rwX resources/lang
统计信息
- 总下载量: 75
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-04