#Laravel 11

Apr 27, 2024

How to Create CRUD with Image Upload in Laravel 11?

Hi, Dev In this guide, you'll uncover a detailed walkthrough for implementing Laravel 11 CRUD operations with image uploading. CRUD, short for Create, Read, Update, and Delete, encapsulates the fundamental operations for managing data, common...

#Laravel 11

Apr 26, 2024

How to Razorpay Payment Gateway Integration in Laravel 11?

Hi, Dev In this guide, we'll delve into integrating the Razorpay payment gateway within your Laravel 11 application. Razorpay stands as a leading Indian online payment gateway provider, catering to businesses of various scales since its incep...

#Laravel 11

Apr 25, 2024

How to Use Google Recaptcha V3 Validation in Laravel 11?

Hi, Dev In this tutorial, I'll guide you through the process of integrating Google reCAPTCHA v3 validation into your Laravel 11 Contact Us form. Google reCAPTCHA v3 serves as a formidable defense mechanism against hackers, automated scripts,...

#Laravel 11

Apr 24, 2024

How to Use Summernote Image Upload in Laravel 11?

Hi, Dev In this guide, I'll demonstrate how to enable image uploading within the Summernote editor in your Laravel 11 application. Summernote is a user-friendly WYSIWYG (What You See Is What You Get) editor designed for web pages. Leveraging...

#Laravel 11

Apr 23, 2024

Laravel 11 Multiple Database Connection Example

Hi, Dev In this guide, I'll walk you through the process of configuring multiple database connections in a Laravel 11 application. In Laravel 11, the capability to define and utilize multiple database connections within your application is re...

#Laravel 11

Apr 19, 2024

How to Create Barcode Generator in Laravel 11?

Hi, Dev In this guide, I'll walk you through the process of generating barcodes within your Laravel 11 application. Our tool of choice will be the picqer/php-barcode-generator composer package, offering seamless barcode creation integration in Laravel...

#Laravel 11

Apr 18, 2024

Drag and Drop File Upload in Laravel 11 using Dropzone Js

Hi, Dev In this article, I aim to demonstrate the process of implementing drag-and-drop file uploads using Dropzone.js within a Laravel 11 application. Dropzone.js stands out as a robust library tailored for managing file uploads in web appli...

#Laravel 11

Apr 16, 2024

How to Use Yajra Datatables in Laravel 11?

Hi, Dev In this guide, I'll demonstrate the utilization of Yajra Datatables within a Laravel 11 project. Our tool of choice will be the `yajra/laravel-datatables` composer package, empowering us to seamlessly integrate datatables into our Laravel 11 ap...

#Laravel 11

Apr 15, 2024

Creating Dynamic Charts with ChartJS in Laravel 11

Hi, Dev In this tutorial, I'll guide you through the process of crafting a line chart using Chart.js within a Laravel 11 application. Chart.js offers a versatile range of chart types including Line Charts, Bar Charts, Pie Charts, Area Charts, and more,...

#Laravel 11

Apr 13, 2024

REST API with Passport Authentication in Laravel 11

Hi, Dev In this guide, I'll walk you through the process of setting up a REST API with Passport Authentication in a Laravel 11 application. We'll start from the basics, covering what APIs, REST APIs, and Laravel Passport are, and then dive into creatin...

#Laravel 11