Category Laravel

Send Emails in Laravel using Mailtrap

Simple Way to Sending an Email in Laravel

Why Use Laravel to Send Emails? Step 01: Create Laravel Project Step 02: Setup .env File Step 03: Create Mailable Step 04: Create View File Step 05: Add Route Conclusion FAQ’s Laravel is a web application framework with expressive, elegant…

Laravel Best Practices

Laravel Best Practices

Most of the time we are worried and think mush how to set functions names, variables name, Single responsibility principle, Fat models, skinny controllers, Validation, Business logic should be in the service class, Don’t repeat yourself (DRY), Prefer to use…