We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacfeb1 commit 5b9cebeCopy full SHA for 5b9cebe
README.md
@@ -20,13 +20,13 @@ composer require tepuilabs/simple-crm
20
You can publish the modesl with:
21
22
```bash
23
-php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="models"
+php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="simple-crm-models"
24
```
25
26
You can publish and run the migrations with:
27
28
29
-php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="migrations"
+php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="simple-crm-migrations"
30
php artisan migrate
31
32
0 commit comments