Skip to content

Commit 621100a

Browse files
authored
Add config publish
1 parent b567416 commit 621100a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ You can install the package via composer:
2121
composer require step2dev/lazy-ui
2222
```
2323

24+
You can publish the config file with:
25+
26+
```bash
27+
php artisan vendor:publish --tag="lazy-ui-config"
28+
```
29+
2430
Optionally, you can publish the views using
2531

2632
```bash

0 commit comments

Comments
 (0)