Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

victxrlarixs's avatar

Cashier Stripe Integration

I am a newbie to laravel, I am trying to integrate cashier into my system with laravel 8, I need all the users who register to also be directly in my list in clients in the stripe dashboard.

In previous versions, I managed to do it by modifying the registercontroller, adding the:

$ stripeCustomer = $ user-> createAsStripeCustomer ();

Could someone guide me where I can do that? I use jetstream.

0 likes
2 replies

Please or to participate in this conversation.