Skip to content

Commit b001a25

Browse files
authored
Merge pull request #11 from askdkc/main
Fixed vendor:publish tag name
2 parents 379fce5 + 272650a commit b001a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The `file_upload_size` is for validation rules, and it defines the maximum file
9090
Optionally, you can publish the views using
9191

9292
```bash
93-
php artisan vendor:publish --tag="csv-views"
93+
php artisan vendor:publish --tag="laravel-csv-views"
9494
```
9595

9696
> Before Using this command, please take a look at this [section](#in-tall-stack-project) below.

0 commit comments

Comments
 (0)