TAGS : Laravel 9

How to Use Flatpickr in Laravel 10

Hello developers! In this guide, I'll walk you through the process of integrating Flatpickr, a lightweight and customizable date-time picker, into your Laravel 10 application. Flatpickr is...

Laravel PHP

How to Send Email using Mailtrap in Laravel 10

Hey there! In this tutorial, I'll guide you through the process of sending emails in Laravel 10 using Mailtrap. Mailtrap is a powerful tool that allows you to test your email functionality in a...

Laravel PHP

How to Send OTP in Email in Laravel 10

Hello developer! In this article, I'll walk you through the process of sending One-Time Passwords (OTPs) via email using the Laravel 10 and Laravel 11 framework. OTPs add an extra lay...

Laravel PHP

How to Drop Unique Constraint in Laravel 10 Migration

Hey there, fellow developers! Today, let's chat about something we've all encountered in our coding adventures – dealing with unique constraints in Laravel. You know, those moments wh...

Laravel MySQL

How to Drop Index in Laravel 10 Migration

Greetings, fellow developers! Today, let's embark on a journey into the heart of Laravel migrations to unravel the process of dropping an index from a database table.

In this quick gu...

Laravel MySQL

How to Drop Soft Delete from Table using Laravel 10 Migration

Greetings, fellow developers! Today, we're tackling a common scenario that many Laravel artisans encounter: the need to bid farewell to Soft Delete in a database table. Whether you're strea...

Laravel MySQL

How to Drop Foreign Key in Laravel 10 Migration

Greetings, fellow developers! Have you ever been knee-deep in your Laravel project, working with database relationships, and needed to bid farewell to a foreign key? In this step-by-step walkthroug...

Laravel MySQL

How to Add Foreign Key in Laravel 10 Migration

Hello developers! In this guide, we'll learn about how to add foreign keys in laravel 10 and laravel 11 migration. Sometimes we need to establish relationships between different database t...

Laravel MySQL

How to Drop Primary Key in Laravel 10 Migration

Hello developers! If you've ever found yourself needing to make changes to your database structure in a Laravel project, you're in the right place. Today, we're going to dive into...

Laravel MySQL

How to Add Primary Key in Laravel 10 Migration

Hey there, Laravel enthusiasts! If you're diving into the world of Laravel 10 migrations and find yourself wondering how to wield the power of primary keys, you're in the right place....

Laravel MySQL

RECOMMENDED POSTS

FEATURE POSTS