Property | Type | Description | |
---|---|---|---|
$config | Illuminate\Contracts\Config\Repository | ||
$mailer | |||
$mailgun | |||
$view | Illuminate\View\Factory |
Method | Description | |
---|---|---|
__construct ( |
Service constructor. | |
api ( ) : |
||
later ( integer | array $time, string $view, array $data, Closure $callback ) : |
||
optInHandler ( ) : |
||
raw ( string $message, Closure $callback ) : |
||
send ( string $view, array $data, Closure $callback ) : |
||
validator ( ) : |
Get the Validator service. |
public __construct ( |
||
$mailgun | ||
$view | Illuminate\View\Factory | |
$config | Illuminate\Contracts\Config\Repository |
public optInHandler ( ) : |
||
return |
public validator ( ) : |
||
return |
protected Repository,Illuminate\Contracts\Config $config | ||
return | Illuminate\Contracts\Config\Repository |
protected Mailer,Bogardo\Mailgun\Mail $mailer | ||
return |