Sending Emails in Laravel with Mailables and Templates
Setting up reliable, maintainable transactional emails using Laravel's Mailable class and Blade email templates.
Tag
Building applications with Laravel: Eloquent, queues, authentication and version upgrades. (Page 6/8)
There are 44 posts with this tag.
Setting up reliable, maintainable transactional emails using Laravel's Mailable class and Blade email templates.
How the @component directive introduced in Laravel 5.4's Blade templating engine lets you split views into reusable, well-defined pieces.
A walkthrough of the end-to-end flow for file uploading, validation, and image resizing in Laravel.
How I use Laravel's event system to decouple side effects from the main flow — with practical examples of what you gain.
How I manage multiple user types in a single Laravel 5.2 application using guards and route groups.
What middleware is in Laravel, how to write it, and how to centralize cross-cutting concerns like authentication in one place.