https://github.com/webman-tech/laravel-translation
[READ ONLY] Subtree split from webman-tech/laravel-monorepo
https://github.com/webman-tech/laravel-translation
Last synced: 10 months ago
JSON representation
[READ ONLY] Subtree split from webman-tech/laravel-monorepo
- Host: GitHub
- URL: https://github.com/webman-tech/laravel-translation
- Owner: webman-tech
- Created: 2022-09-17T16:14:47.000Z (over 3 years ago)
- Default Branch: 12.x
- Last Pushed: 2025-06-04T03:24:25.000Z (12 months ago)
- Last Synced: 2025-07-04T17:17:14.732Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webman-tech/laravel-translation
> Split from [webman-tech/laravel-monorepo](https://github.com/webman-tech/laravel-monorepo)
Laravel [illuminate/translation](https://packagist.org/packages/illuminate/translation) for webman
## 介绍
站在巨人(laravel)的肩膀上使本地化使用更加*可靠*和*便捷*
所有方法和配置与 laravel 几乎一模一样,因此使用方式完全参考 [Laravel文档](https://laravel.com/docs/translation) 即可
## 安装
```bash
composer require webman-tech/laravel-translation
```
## 使用
所有 API 同 laravel,以下仅对有些特殊的操作做说明
常规使用如下:
```php