Skip to content

Commit 37cb880

Browse files
author
Ilya Sakovich
committed
Updated README
1 parent 9fc6558 commit 37cb880

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

README.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
11
## Laravel Nova Lang
22

3-
In this repository you can find the lang files for the **Laravel Nova**.
3+
This package provides the language support for **Laravel Nova**.
44

5-
Feel free to submit your language or update an existing one by sending a PR.
5+
Feel free to submit your language or update an existing one by sending a PR to help other people.
6+
7+
## Installation
8+
9+
```bash
10+
composer require coderello/laravel-nova-lang
11+
```
12+
13+
## Usage
14+
15+
Publish translations for one language:
16+
```bash
17+
php artisan nova-lang:publish de
18+
```
19+
20+
Publish translations for multiple languages:
21+
```bash
22+
php artisan nova-lang:publish de,ru
23+
```
24+
25+
Publish translations with overriding of existing ones:
26+
```bash
27+
php artisan nova-lang:publish de,ru --force
28+
```
629

730
## Status
8-
- **en** - Done!
9-
- **ru** - Done!
31+
- English **[en]** - completed
32+
- Russian **[ru]** - completed
33+

0 commit comments

Comments
 (0)