Removing instructions to add the service provider to the project. With auto-discovery, this is unnecessary.

This commit is contained in:
Adam Kelso 2019-01-01 21:57:54 -06:00
parent c9ba9d4627
commit bd8df4d676
1 changed files with 0 additions and 6 deletions

View File

@ -111,12 +111,6 @@ First, add the Cashier package for Braintree to your dependencies:
composer require "laravel/cashier-braintree":"~2.0" 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 #### 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. 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.