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 e32cbf2 commit d1ecce5Copy full SHA for d1ecce5
README.md
@@ -11,7 +11,7 @@ composer require descom/php-lib
11
12
Publish package config file:
13
```bash
14
-php artisan vendor:publish
+php artisan vendor:publish --provider="DescomLib\DescomLibServiceProvider" --tag=config
15
```
16
- Select Provider: DescomLib\DescomLibServiceProvider
17
@@ -53,3 +53,13 @@ Data example for $notificationManager->send($data);
53
]
54
55
56
+
57
+```bash
58
+[
59
+ 'action' => 'loggedEmailWithoutSSL',
60
+ 'data' => [
61
+ 'email' => 'test@descom.es',
62
+ 'subscription' => 'descom.es',
63
+ ],
64
+]
65
+```
0 commit comments