Skip to content

Commit d1ecce5

Browse files
authored
Update README.md
1 parent e32cbf2 commit d1ecce5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ composer require descom/php-lib
1111

1212
Publish package config file:
1313
```bash
14-
php artisan vendor:publish
14+
php artisan vendor:publish --provider="DescomLib\DescomLibServiceProvider" --tag=config
1515
```
1616
- Select Provider: DescomLib\DescomLibServiceProvider
1717

@@ -53,3 +53,13 @@ Data example for $notificationManager->send($data);
5353
]
5454
]
5555
```
56+
57+
```bash
58+
[
59+
'action' => 'loggedEmailWithoutSSL',
60+
'data' => [
61+
'email' => 'test@descom.es',
62+
'subscription' => 'descom.es',
63+
],
64+
]
65+
```

0 commit comments

Comments
 (0)