Categories : Laravel



Laravel 11 Import Export CSV and Excel File

Laravel 11 Import Export CSV and Excel File

Hello, Laravel developers! In this article, I'll show you how to easily import and export CSV and Excel files in Laravel 11. We'll walk through the steps to import data from a CSV or Excel file and also how to export data back into these formats. I'll be using the maatwebsite/ex...

Laravel 11 Firebase Push Notification

Laravel 11 Firebase Push Notification

Hello, web developers! This article will explore how to send web push notifications in Laravel 11 using Firebase. Push notifications allow you to notify users when new emails or messages are available for them to sync.

Firebase Push Notification is a free and easy-to-use servi...

Laravel 11 Reverb Real-Time Notifications

Laravel 11 Reverb Real-Time Notifications

Hello, laravel web developers! In this article, we'll see how to send real-time notifications in laravel 11 using Reverb. In laravel 11 reverb, we'll send real-time notifications. Reverb is fine-tuned for speed. A single server can support thousands of connections, piping data w...

Laravel 11 Send Email with Attachment

Laravel 11 Send Email with Attachment

Hello, laravel web developers! In this article, we'll see how to send emails with attachments in laravel 11. In laravel 11, we'll send mail with a PDF file and image as attachments. In this guide, we'll explore how to attach various file types—such as images, PDFs, CSVs, ZI...

Laravel 11 Use Quill Rich Text Editor Example

Laravel 11 Use Quill Rich Text Editor Example

Hello, laravel web developers! In this article, we'll see how to use Quill rich text editor in laravel 11. Here, we'll use Quill rich text editor in laravel 11. Quill is a free, open-source WYSIWYG editor built for the modern web. Completely customize it for any need w...

Laravel 11 Integrate Authorize.net Payment Gateway

Laravel 11 Integrate Authorize.net Payment Gateway

Hello, laravel web developers! In this article, we'll see how to integrate authorize.net payment gateway in laravel 11. In laravel 11, we'll integrate authorize.net payment gateway. Authorize.Net, A Visa Solution is a United States-based payment gateway service provider, allowing mer...

Install and Use Trix Editor in Laravel 11

Install and Use Trix Editor in Laravel 11

Hello, web developers! In this article, I will show you how to install and use Trix Editor in a Laravel 11 application, including image upload functionality. Trix Editor is a lightweight, rich text editor developed by Basecamp.

Designed for simplicity and ease of use, it offers essentia...

Laravel 11 Generate Thumbnail Image Example

Laravel 11 Generate Thumbnail Image Example

Hello, laravel web developers! In this article, we'll see how to generate thumbnail images in laravel 11. Here, we'll use the spatie/image composer package to generate thumbnails in laravel 11. This PHP package makes it super easy to apply common manipulations to images like res...

Laravel 11 Add Blur Effect on Image Example

Laravel 11 Add Blur Effect on Image Example

Hello, laravel web developers! In this article, we'll see how to add a blur effect on images in laravel 11. Here, we'll use the spatie/image composer package to blur an image in laravel 11. This PHP package makes it super easy to apply common manipulations to images like resizin...

How to Add Watermark on Image in Laravel 11

How to Add Watermark on Image in Laravel 11

Hello, laravel web developers! In this article, we'll see how to add a watermark on the image in laravel 11. Here, we'll use the Intervention/Image Composer package. Intervention Image is the most popular open-source PHP image processing library.

It provides an easy an...

Recommended Post
Featured Post
How To Install React In Laravel 9
How To Install React In Larave...

In this article, we will see how to install React in laravel 9. We will also install react with laravel 9 and...

Read More

Aug-15-2022

CRUD With Image Upload In Laravel 10 Example
CRUD With Image Upload In Lara...

In this article, we will see crud with image upload in laravel 10 examples. Here, we will learn how to image upload with...

Read More

Mar-27-2023

How To Replace All Occurrences Of String In Javascript
How To Replace All Occurrences...

In this article, we will see how to replace all occurrences of a string in javascript. You can use the javascript r...

Read More

Nov-07-2022

How To File Upload In Angular 15 Example
How To File Upload In Angular...

As an Angular 15 developer, I understand the significance of incorporating file upload functionality into web applicatio...

Read More

Jun-19-2023