Category Tutorials

ULID vs UUID vs Integer IDs – Comparison

ULID vs UUID vs Integer IDs. ULID allows you to sort them, whereas UUID does not. ULID are more efficient than UUIDs due to less storage requirement, SEO friendly, URL friendly and sort functionality. Best Practices for Unique ID Generation…

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…