Composer Script of the Day for Laravel + Cashier + Stripe
"stripe-listen": [
"Composer\\Config::disableProcessTimeout",
"stripe listen --forward-to=$(php artisan tinker --execute=\"echo route('cashier.webhook');\")"
]
No more needing to remember the flags or webhook urls. Just run "composer stripe-listen" and you will start receiving your stripe events.