File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ composer require codedor/laravel-livewire-forms
13
13
You can publish the config file with:
14
14
15
15
``` bash
16
- php artisan vendor:publish --tag=" livewire-forms-config"
16
+ php artisan vendor:publish --tag=" laravel- livewire-forms-config"
17
17
```
18
18
19
19
This is the contents of the published config file:
@@ -30,7 +30,7 @@ return [
30
30
Optionally, you can publish the views using
31
31
32
32
``` bash
33
- php artisan vendor:publish --tag=" livewire-forms-views"
33
+ php artisan vendor:publish --tag=" laravel- livewire-forms-views"
34
34
```
35
35
36
36
## Usage
@@ -55,4 +55,4 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
55
55
56
56
## Upgrading
57
57
58
- Please see [ UPGRADING] ( UPGRADING.md ) for more information on how to upgrade to a new version.
58
+ Please see [ UPGRADING] ( UPGRADING.md ) for more information on how to upgrade to a new version.
You can’t perform that action at this time.
0 commit comments