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 666da62 commit eacfeb1Copy full SHA for eacfeb1
README.md
@@ -17,6 +17,12 @@ You can install the package via composer:
17
composer require tepuilabs/simple-crm
18
```
19
20
+You can publish the modesl with:
21
+
22
+```bash
23
+php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="models"
24
+```
25
26
You can publish and run the migrations with:
27
28
```bash
0 commit comments