spatie / laravel-webhook-client

Receive webhooks in Laravel apps
https://freek.dev/1383-sending-and-receiving-webhooks-in-laravel-apps
MIT License
1k stars 147 forks source link

There are no commands defined in the "vendor" namespace. #147

Closed TiagoPimentt closed 2 years ago

TiagoPimentt commented 2 years ago

Hi guys

i'm try install webhook client and serve in my aplication Lumen 9 but have problem.

1) This link https://github.com/spatie/laravel-webhook-client 2) put php artisan vendor:publish --provider="Spatie\WebhookServer\WebhookServerServiceProvider" result: There are no commands defined in the "vendor" namespace.

this print of my code: https://ibb.co/n1swVvB

I'm use laradock and i put code in container

what is problem?

freekmurze commented 2 years ago

We don't support Lumen. Try using the package in a full Laravel app.