Skip to content

Commit eacfeb1

Browse files
author
angel cruz
committed
It works on my computer
1 parent 666da62 commit eacfeb1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ You can install the package via composer:
1717
composer require tepuilabs/simple-crm
1818
```
1919

20+
You can publish the modesl with:
21+
22+
```bash
23+
php artisan vendor:publish --provider="Tepuilabs\SimpleCrm\SimpleCrmServiceProvider" --tag="models"
24+
```
25+
2026
You can publish and run the migrations with:
2127

2228
```bash

0 commit comments

Comments
 (0)