Skip to content

Commit 272650a

Browse files
committed
Fixed vendor:publish tag name
1 parent 379fce5 commit 272650a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)