I'm trying to use Cashier to create Stripe subscriptions in Laravel 5.1. I am using Stripe in test m...
I solved this by using $request->input('stripeToken') instead of $request->only('stripeToken'...
The Laravel portal for problem solving, knowledge sharing and community building.
The community