marciojc/language-routes
Composer 安装命令:
composer require marciojc/language-routes
包简介
A Laravel Package to support routes for different languages
README 文档
README
Website & Documentation: https://github.com/marciojc/language-routes
After creating your new Laravel application you can include the LanguageRoutes package with the following command:
composer require marciojc/language-routes
Add the LanguageRoutes service provider to the config/app.php file in the providers array:
'providers' => [ // Laravel Framework Service Providers... //... // Package Service Providers marciojc\LanguageRoutes\LanguageRoutesServiceProvider::class, // ... // Application Service Providers // ... ],
统计信息
- 总下载量: 22
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-29