We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96d352 commit e918807Copy full SHA for e918807
README.md
@@ -18,14 +18,14 @@ composer require cleaniquecoders/laravel-running-number
18
You can publish and run the migrations with:
19
20
```bash
21
-php artisan vendor:publish --tag="laravel-running-number-migrations"
+php artisan vendor:publish --tag="running-number-migrations"
22
php artisan migrate
23
```
24
25
You can publish the config file with:
26
27
28
-php artisan vendor:publish --tag="laravel-running-number-config"
+php artisan vendor:publish --tag="running-number-config"
29
30
31
Please make sure to configure the `config/running-number` types, in order to support your requirement.
0 commit comments