From bd8df4d6761424173a652f783cea268e7af4c5d5 Mon Sep 17 00:00:00 2001 From: Adam Kelso Date: Tue, 1 Jan 2019 21:57:54 -0600 Subject: [PATCH] Removing instructions to add the service provider to the project. With auto-discovery, this is unnecessary. --- billing.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/billing.md b/billing.md index 8d1b912f3..36f69673b 100644 --- a/billing.md +++ b/billing.md @@ -111,12 +111,6 @@ First, add the Cashier package for Braintree to your dependencies: composer require "laravel/cashier-braintree":"~2.0" -#### Service Provider - -Next, register the `Laravel\Cashier\CashierServiceProvider` [service provider](/docs/{{version}}/providers) in your `config/app.php` configuration file: - - Laravel\Cashier\CashierServiceProvider::class - #### Plan Credit Coupon Before using Cashier with Braintree, you will need to define a `plan-credit` discount in your Braintree control panel. This discount will be used to properly prorate subscriptions that change from yearly to monthly billing, or from monthly to yearly billing.