Skip to content

Commit b08884c

Browse files
author
Andrey Helldar
authored
Update index.md
1 parent 65fe059 commit b08884c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/installation/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,10 @@ All you need to do to get started is add Laravel Lang to your composer dependenc
88
composer require laravel-lang/publisher laravel-lang/attributes --dev
99
```
1010

11-
To automate the process, then use our [publisher](https://publisher.laravel-lang.com).
11+
By default, the [publisher](https://publisher.laravel-lang.com) automatically loads all of plugins ([local](https://publisher.laravel-lang.com/plugins/local.html) and [community](https://publisher.laravel-lang.com/plugins/community.html)).
12+
13+
Therefore, all you need to do after installation is to run the lan command:
14+
15+
```bash:no-line-numbers
16+
php artisan lang:update
17+
```

0 commit comments

Comments
 (0)