D
Поделитесь пожалуйста инструкцией как установить
GD
или IMAGICK
в Dockerfile
Вроде
все делаю правильно но все время ему что-то не хватаетSize: a a a
D
GD
или IMAGICK
в Dockerfile
Вроде
все делаю правильно но все время ему что-то не хватаетAH
Email::get()
->each(function (Email $email) {
$message = new YourEmail($email);
Mail::to($email->to)->send($message);
});
created
:public function created(Email $email)
{
$message = $this->email($email);
$this->send($message);
}
protected function email(Email $email)
{
return new YourEmail($email);
}
protected function send(Email $email, $content)
{
Mail::to($email->to)->send($content);
}
Model::saved
(создание записи в БД) автоматом будет уходить мыло о нём.AH
AH
GD
или IMAGICK
в Dockerfile
Вроде
все делаю правильно но все время ему что-то не хватаетЕ
Email::get()
->each(function (Email $email) {
$message = new YourEmail($email);
Mail::to($email->to)->send($message);
});
created
:public function created(Email $email)
{
$message = $this->email($email);
$this->send($message);
}
protected function email(Email $email)
{
return new YourEmail($email);
}
protected function send(Email $email, $content)
{
Mail::to($email->to)->send($content);
}
Model::saved
(создание записи в БД) автоматом будет уходить мыло о нём.AH
T
Е
VG
VG
T
VG
T
VG
T
ПФ
VG
VG
T
ВШ