An open API service indexing awesome lists of open source software.

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

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