We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 076a0da commit 6f72236Copy full SHA for 6f72236
README.md
@@ -45,7 +45,7 @@ In Laravel 5.5 and above the service provider will automatically get registered.
45
Optionally you can publish the config file with:
46
47
```bash
48
-php artisan vendor:publish --provider="Spatie\EloquentSortable\EloquentSortableServiceProvider" --tag="config"
+php artisan vendor:publish --tag=eloquent-sortable-config
49
```
50
51
This is the content of the file that will be published in `config/eloquent-sortable.php`
0 commit comments