mercredi 12 juin 2019

May i customise /vendor/laravel/framework/src/Illuminate/Auth/Notification/VerifyEmail.php template only

May i change /vendor/laravel/framework/src/Illuminate/Auth/Notification/VerifyEmail.php template only . May I known It will not update while composer update

return (new MailMessage) ->subject(Lang::getFromJson('Verify Email Address')) ->line(Lang::getFromJson("You're almost ready to start using Insight. Please verify your email address to get started.")) ->action(Lang::getFromJson('Verify Email Address'), $verificationUrl) ->line(Lang::getFromJson("If you’re having trouble using the button above, you may copy and paste the this link into your web browser"));

return (new MailMessage) ->subject(Lang::getFromJson('Verify Email Address')) ->line(Lang::getFromJson("You're almost ready to start using Insight. Please verify your email address to get started.")) ->action(Lang::getFromJson('Verify Email Address'), $verificationUrl) ->line(Lang::getFromJson("If you’re having trouble using the button above, you may copy and paste the this link into your web browser"));

return (new MailMessage) ->subject(Lang::getFromJson('Verify Email Address')) ->line(Lang::getFromJson("You're almost ready to start using Insight. Please verify your email address to get started.")) ->action(Lang::getFromJson('Verify Email Address'), $verificationUrl) ->line(Lang::getFromJson("If you’re having trouble using the button above, you may copy and paste the this link into your web browser"));



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire