-
- Laravel Version: 5.4.15
- PHP Version: 5.6
- Database Driver & Version: mysql
### Description:
I want to customize the mail template components by following the [guide](https://laravel.com/doc…
-
```
/**
* Build the message.
*
* @return $this
*/
public function build()
{
return $this->view('emails.password')
->subject('Password Reset Request')…
-
Hi,
I discovered a problem using Mail after upgrading a project from 5.4 to 5.5.
I made the following things to crosscheck:
`php composer.phar create-project --prefer-dist laravel/laravel beta "5…
-
- Laravel Version: 5.4.33 (according to artisan --version cmd)
- PHP Version: 7.x
- Database Driver & Version: newest
### Description:
I've followed the tutorial regarding composition and usage …
-
Hey, I just wanted to point out a breaking change in laravel v5.5 that causes this package to no longer function. The signatures for at least the `queue()`, `onQueue()`, and `queueOn()` functions has …
wells updated
7 years ago
-
- Laravel Version: 5.5 @ 3c888b6
- PHP Version: 7.1.7-1+ubuntu16.04.1+deb.sury.org+1
- Database Driver & Version: PDO with MySQL 5.7.19-0ubuntu0.16.04.1
### Description:
I'm queuing a mailable (…
-
- Laravel Version: 5.5
- PHP Version: 7.1.7
- Database Driver & Version:-
### Description:
When sending a queued mail via the MailMessage class with QUEUE_DRIVER set to "sync" the MailFake "send…
-
- Laravel Version: 5.4
- PHP Version: 7.1
### Description:
Testing (with MailFake) a Mailable that is sent with the later method produces this error:
`Call to undefined method Illuminate\Suppo…
-
When i send email
```
\Mail::to('email@gmail.com')->send(new InviteMail($refCode));
```
/vendor/laravel/framework/src/Illuminate/Mail/Mailable.php line 362:
**[] operator not supported for strings**…
Mont4 updated
7 years ago
-
When i put jobs in queue (eg. sending email or notification) every models with translatable active are serialized without translated atrtributes.
How can i deal with that?
Thx