We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c3e86 commit e0d8694Copy full SHA for e0d8694
composer.json
@@ -33,6 +33,7 @@
33
"moneyphp/money": "^4.0",
34
"nesbot/carbon": "^2.0|^3.0",
35
"stripe/stripe-php": "^13.0",
36
+ "symfony/console": "^6.0|^7.0",
37
"symfony/http-kernel": "^6.0|^7.0",
38
"symfony/polyfill-intl-icu": "^1.22.1"
39
},
src/Console/WebhookCommand.php
@@ -4,7 +4,9 @@
4
5
use Illuminate\Console\Command;
6
use Laravel\Cashier\Cashier;
7
+use Symfony\Component\Console\Attribute\AsCommand;
8
9
+#[AsCommand(name: 'cashier:webhook')]
10
class WebhookCommand extends Command
11
{
12
public const DEFAULT_EVENTS = [
0 commit comments