TAGS : Laravel 11

How to Create CRUD Operation in Laravel 11

Hey developers! If you're diving into the world of web development with Laravel 11, you're in for a treat. Today, I'm excited to guide you through the fundamentals of implemen...

Laravel PHP MySQL

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 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

Laravel 11 Remove Doctrine DBAL: What You Need to Know

In the ever-evolving world of Laravel, staying informed about the latest updates is crucial for smooth development. The upcoming Laravel 11 release brings a significant change by bidding farewell t...

Laravel

10 Tips for Optimizing Laravel 10 String Helper Functions in (2023)

String operations and manipulation are fundamental tasks in any programming language, and Laravel offers a robust set of helper functions to simplify these tasks. As a developer, it's crucial t...

Laravel

Top 10 Things to Know About Laravel 11

Laravel 11, the highly anticipated update to one of the most popular PHP web development frameworks, is on the horizon, with a scheduled release in Q1 of 2024. Although the official release date is...

Laravel

Laravel 11: Release Date and Upcoming Updates

Laravel is a popular PHP framework known for its developer-friendly features. Laravel 11, the latest version, is on the horizon, promising exciting updates. In this article, we'll explore Larav...

Laravel

Laravel 10 REST API With Passport Authentication

In this article, we will see the laravel 10 REST API with passport authentication. Here, we will learn about how to create REST API in laravel 10 and laravel 11. Also, we will perfor...

Laravel PHP

Laravel 10 AJAX File Upload With Progress Bar

In this article, we will see the laravel 10 Ajax file upload with a progress bar. Here, we will learn about how to file upload with a progress bar using Ajax in laravel 10 and laravel 11. when...

Laravel

How To Get Data Between Two Dates In Laravel 10

In this article, we will see how to get data between two dates in laravel 10. Here we will learn to get filter records between two dates in laravel 11. You can use a different method to get da...

Laravel PHP MySQL

RECOMMENDED POSTS

FEATURE POSTS