Skip to content

Commit b8df064

Browse files
author
Yuriy Martini
committed
update docs
1 parent bcc7397 commit b8df064

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

docs/customization.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,22 @@
3535
```
3636

3737
## Views
38-
Copy views to `resources/views/vendor/unisharp/laravel-filemanager/` :
38+
39+
Publish views:
3940

4041
```bash
4142
php artisan vendor:publish --tag=lfm_view
4243
```
4344

45+
Edit views in `/resources/views/vendor/laravel-filemanager`.
46+
4447
## Translations
4548

46-
1. Copy `vendor/unisharp/laravel-filemanager/src/lang/en` to `/resources/lang/vendor/laravel-filemanager/<YOUR LANGUAGE>/lfm.php`.
47-
1. Edit the file as you please.
49+
Publish translations:
50+
51+
```bash
52+
php artisan vendor:publish --tag=lfm_lang
53+
```
54+
55+
1. Copy `/resources/lang/vendor/laravel-filemanager/en` to `/resources/lang/vendor/laravel-filemanager/<LANGUAGE>`.
56+
1. Edit translations as you please.

0 commit comments

Comments
 (0)