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

https://github.com/blue32a/laravel-language-ja

Japanese language resources for Laravel. (Laravelの日本語リソース)
https://github.com/blue32a/laravel-language-ja

japanese-language language-resources laravel php

Last synced: 6 months ago
JSON representation

Japanese language resources for Laravel. (Laravelの日本語リソース)

Awesome Lists containing this project

README

          

# laravel-language-ja

![](https://github.com/blue32a/laravel-language-ja/workflows/Test/badge.svg)

[Laravel](https://github.com/laravel/laravel)の日本語リソース。

Japanese language resources for Laravel.

## Notice

This is mainly automatic translation.

## Installation

```console
$ composer require --dev blue32a/laravel-language-ja
```

## Usage

Publish language resources.

```console
$ php artisan vendor:publish --tag=blue32a-lang
```

Change application locale configuration.

```
'locale' => 'ja',
```