Commit Graph

120 Commits

Author SHA1 Message Date
Adam Kelso bd8df4d676 Removing instructions to add the service provider to the project. With auto-discovery, this is unnecessary. 2019-01-01 21:57:54 -06:00
Colin Laws b4ea7bc28b improved consistency when declaring unsigned integer columns 2018-03-21 12:12:10 -04:00
Taylor Otwell 2b0cc93dc0 formatting 2018-03-10 09:51:04 -06:00
Taylor Otwell 2db49cb896 formatting 2018-03-10 09:50:55 -06:00
Alex P. Gates 20c6a9cfd0 add documentation for the trialUntil method in Cashier documentation 2018-03-09 19:54:45 -06:00
Taylor Otwell cbc50b64ac
Merge pull request #4055 from laurencei/patch-11
[5.6] Requirement for Braintree and InvoiceFor
2018-02-11 08:51:32 -06:00
Taylor Otwell f86e5c3bd8
Update billing.md 2018-02-11 08:51:24 -06:00
Taylor Otwell 650567c9a5
Update billing.md 2018-02-11 08:48:27 -06:00
Taylor Otwell 09cb0ee0e7
Update billing.md 2018-02-11 08:47:22 -06:00
Laurence Ioannou d580160368
Update billing.md 2018-02-11 13:08:59 +09:00
Laurence Ioannou 908d6d1faf
Update billing.md 2018-02-11 12:42:06 +09:00
Jim Fisher e73c40f0de
Don't say simply 2018-01-23 17:48:13 +00:00
Joseph Silber a83089b4cc Use the now() helper 2017-12-22 13:04:32 -05:00
Israel Ortuño 13051735e2
Fixed typo 2017-11-20 15:37:52 +01:00
Israel Ortuño bf636c6bc3
Fixex typo 2017-11-19 18:57:56 +01:00
Michael Houghton 28f6769eec Merge branch '5.5' into feature/cashier-docs-removed-service-provider 2017-10-21 18:00:20 +01:00
Michael Houghton 38ee1ec93c removed service provider text from Laravel Cashier for Laravel 5.5 2017-10-21 17:58:45 +01:00
Taylor Otwell 529630833e wording 2017-10-14 17:46:07 -05:00
Casper Bottelet 81efb4640f Introduce the noProrate method in docs
I was looking for a way to disable prorate in my update of quantity and found this. Couldn't find any docs about thought it would fit in nicely.
2017-10-14 01:41:38 +02:00
Taylor Otwell d328b1a659 conflicts 2017-08-08 09:20:51 -05:00
Alex 1bf77dca97 Update billing.md 2017-08-03 18:55:40 +02:00
Taylor Otwell fbc228a778 Merge branch '5.4' 2017-07-07 10:02:03 -05:00
Taylor Otwell b6da3e1761 Update billing.md 2017-07-06 08:38:40 -05:00
Dan Hardman d63fbed9fe Change newSubscription() plan argument
As per issue #3416, I've updated the plan argument provided as an example to newSubscription to make it easier to understand.
2017-07-06 09:28:22 +01:00
mikemike 25b5c5ef40 Added the actual line to add to the `providers` array
The wording of the _Service Provider_ paragraph is such that someone might think they should place `Laravel\Cashier\CashierServiceProvider` as an entry in the `providers` array rather than the full `Laravel\Cashier\CashierServiceProvider::class`.

This is quite important as not including it kills the app without a stacktrace of any kind.  `Laravel.log` does have clues for it, but it's an unusual outcome so I think docs should make it as clear as possible.
2017-06-30 14:08:54 +01:00
Taylor Otwell 0133ffb44a wording 2017-05-28 19:20:23 -05:00
Dameety fce466674d Added information about stripe token. 2017-05-28 23:50:30 +01:00
Roman Igoshin fb9db29ad5 Update Stripe documentation link for quantities
Replace wrong link with currently right one
2017-05-16 23:45:56 +03:00
Wade Urry dbacf222f0 Use `composer require` in billing install instructions
Using `composer require` will automatically add the dependencies to the `composer.json` file. Manually editing this file and running `composer update` is discouraged
2017-05-13 10:17:27 +01:00
Henrique ac595108a4 Add missing config entry. 2017-02-19 14:47:26 -03:00
Morva Kristóf 3f856a14d1 Better wording for Cashier warning 2017-02-10 13:46:41 +01:00
Kristoffer Eklund 5cb990c0a6 fix typo 2017-02-03 15:57:48 +01:00
Andrew Bashtannik ebe33567f3 Misunderstanding in variable names fix
Stripe doesn't use credit card token (it's another entity) in case of creating subscriptions. To manage subscriptions you need stripeToken - using it you can obtain other info and store subscriptions as usual.
See https://stripe.com/docs/recipes/subscription-signup 
I think the variable must be with the same name, like in original documentation.
2017-02-01 17:29:58 +02:00
Francisco Daniel Garcia Noriega 955a620197 fix comment to maintain consistency 2016-11-02 09:16:00 -06:00
Nat Zimmermann f56f070b8a Fix links 2016-11-01 21:19:29 +00:00
Taylor Otwell 88f25e30df fix wording 2016-09-09 16:47:44 -05:00
Derek Myers c104eda571 Added mentioning setting up the date mutator for trial_ends_at on model definition 2016-09-09 15:45:40 -05:00
Alexey Plekhanov 6b4cd5c5df Use braintree configuration from config not env
If config is cached, then env doesn't work correctly
2016-09-06 10:36:19 +02:00
Taylor Otwell 9564cc68af working on things 2016-09-04 10:19:46 -05:00
Taylor Otwell a04706b7d0 update docs 2016-08-24 10:38:57 +02:00
Taylor Otwell 4b5ac22f58 laravel 5.3 cashier 2016-08-16 10:52:16 -05:00
Taylor Otwell 40e001bb6d better wording 2016-08-13 21:31:03 -05:00
Taylor Otwell 2c24209426 currency wording 2016-08-13 21:29:55 -05:00
Jose Bailo 3bf46226da Add Cashier currency configuration 2016-08-13 11:22:35 +01:00
William Perkola fb08bc83ea Update billing.md
Fix minor grammar issues.
2016-08-03 16:28:25 +02:00
Taylor Otwell 2ad7808cc7 working on cashier docs 2016-07-18 16:04:21 -05:00
Taylor Otwell ffe395b1a8 fix documentation 2016-07-18 06:02:15 -05:00
Taylor Otwell 04dfc7958a Merge branch '5.2' of https://github.com/samuelsan/docs into samuelsan-5.2 2016-07-18 05:57:41 -05:00
Samuel San 5d4836eddc Update billing.md 2016-07-14 10:19:45 -04:00
Samuel San b68b9de4a9 Update wording 2016-07-14 10:16:43 -04:00