Skip to content

Commit 6f72236

Browse files
Update readme about publishing config file (#120)
1 parent 076a0da commit 6f72236

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
@@ -45,7 +45,7 @@ In Laravel 5.5 and above the service provider will automatically get registered.
4545
Optionally you can publish the config file with:
4646

4747
```bash
48-
php artisan vendor:publish --provider="Spatie\EloquentSortable\EloquentSortableServiceProvider" --tag="config"
48+
php artisan vendor:publish --tag=eloquent-sortable-config
4949
```
5050

5151
This is the content of the file that will be published in `config/eloquent-sortable.php`

0 commit comments

Comments
 (0)