Skip to content

Commit

Permalink
Merge pull request #11 from askdkc/main
Browse files Browse the repository at this point in the history
Fixed vendor:publish tag name
  • Loading branch information
ousid authored Oct 12, 2022
2 parents 379fce5 + 272650a commit b001a25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The `file_upload_size` is for validation rules, and it defines the maximum file
Optionally, you can publish the views using

```bash
php artisan vendor:publish --tag="csv-views"
php artisan vendor:publish --tag="laravel-csv-views"
```

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

0 comments on commit b001a25

Please sign in to comment.