This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"stripe/stripe-php": “2.*", | |
"laravel/cashier": “~5.0", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Services\Utility; | |
use Log; | |
use Mail; | |
use Exception; | |
class SendMail { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php namespace Laracove\Http\Controllers; | |
use Laracove\Services\Utility\SendMail; | |
use Laracove\Http\Controllers\Controller; | |
use Exception; | |
class AnyController extends Controller { | |
/** | |
* Form request from /edit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* | |
* HEY KEVIN! | |
* | |
* OKAY .... SO HERE's HOW TO READ THIS SO YOU CAN CHECK MY LOGIC | |
* I HAVE TO ALWAYS TRANSLATE OUR EXPLAINATIONS INTO CODE | |
* AND THEN I HAVE TO ACCOUNT FOR DATA THAT MAY/MAY NOT BE THERE | |
* SO HERE'S WHERE YOUR LAST EMAIL ENDED UP... | |
* | |
* TO READ THIS: |