Skip to content

Commit dbed600

Browse files
committed
Update installation.md
1 parent 30c6042 commit dbed600

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/getting-started/installation.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@ Install @zeus Qr by running the following commands in your Laravel project direc
1111
composer require lara-zeus/qr
1212
```
1313

14+
## Translations
15+
16+
Optionally, to publish the translation, run the command:
17+
18+
```bash
19+
php artisan vendor:publish --tag=zeus-qr-translations
20+
```
21+
1422
## Migration
1523

1624
Make sure to edit your resource migration to add the required columns.

0 commit comments

Comments
 (0)