Tutorial by Examples

Initial Setup To use Stripe for handling payments we need to add the following to the composer.json then run composer update: "laravel/cashier": "~6.0" The following line then needs to be added to config/app.php, the service provider: Laravel\Cashier\CashierServiceProvider ...

Page 1 of 1