Skip to content

Commit 9b1ced8

Browse files
committed
updated
1 parent 4671091 commit 9b1ced8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ Register the package with laravel in `config/app.php` under `providers` with the
5656
3. Publish the packages views, config file, assets, and language files by running the following from your projects root folder:
5757

5858
```bash
59+
php artisan vendor:publish --tag=installer-config
5960
php artisan vendor:publish --tag=installer-lang
61+
php artisan vendor:publish --tag=installer-assets
6062
```
6163

6264
## Routes

0 commit comments

Comments
 (0)