lopatin96/lara-locale
最新稳定版本:1.0.11
Composer 安装命令:
composer require lopatin96/lara-locale
包简介
README 文档
README
Installation
You can install this package via composer:
composer require lopatin96/lara-locale
Add middleware to bootstrap/app.php
->withMiddleware(function (Middleware $middleware) { $middleware->appendToGroup('web', [ SetLocale::class, ]); })
Fix your route
use Lopatin96\LaraLocale\Helpers\LocaleHelper; Route::get('/{locale?}', static function () { return view('welcome'); }) ->name('home') ->whereIn('locale', LocaleHelper::getAvailableLocales());
统计信息
- 总下载量: 209
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-12