Tag : Laravel 11



Laravel 11 Simple Pagination Example

Laravel 11 Simple Pagination Example

Hello developers! In this article, we'll see the laravel 11 simple pagination example. Here, we'll use Bootstrap 5 simple pagination in laravel 11. There are several ways to paginate items. The simplest is by using the paginate method.

The paginate metho...

Get User Location using IP Address in Laravel 11

Get User Location using IP Address in Laravel 11

Hello developers! In this article, we'll see how to get user location using an IP address in laravel 11. Here, we'll learn about based on IP address get the user's current location in laravel 11. Also, we'll use stevebauman/location composer package.

This packa...

How to Change Date Format in Laravel 11

How to Change Date Format in Laravel 11

Hello developers! In this article, we'll see how to change the date format in laravel 11. Here, we'll learn in laravel 11 to change the date format with the help of carbon. Carbon is a PHP library for working with dates and times. It provides an easy-to-use and intuitive AP...

Laravel 11 CRUD with Image Upload Example

Laravel 11 CRUD with Image Upload Example

In this article, we'll see laravel 11 crud with an image upload example. Here, we'll perform a crud operation on the image in laravel 11. You can upload an image with the edit, and delete operation in laravel 11. 

We'll create a CRUD operation for an image in the larave...

How to Add Toastr Notification in Laravel 11 Example

How to Add Toastr Notification in Laravel 11 Example

Hello developer! In this guide, we'll see how to add toastr notification in laravel 11. Here, we'll display toastr notifications using cdn jQuery. toastr is a Javascript library for non-blocking notifications.

You can display toastr notifications like su...

How to Create Apexcharts Line Chart in Laravel 11

How to Create Apexcharts Line Chart in Laravel 11

Hello developers! In this article, we'll see how to create apexcharts line chart in laravel 11. ApexCharts is a modern charting library that helps developers to create beautiful and interactive visualizations for web pages.

It is an open-source project and is fre...

How to Create Apexcharts Pie Chart in Laravel 11

How to Create Apexcharts Pie Chart in Laravel 11

Hello developers! In this article, we'll see how to create apexcharts pie chart in laravel 11. ApexCharts is a modern charting library that helps developers to create beautiful and interactive visualizations for web pages.

It is an open-source project and is...

How to Create Apexcharts Bar Chart in Laravel 11

How to Create Apexcharts Bar Chart in Laravel 11

Hello developers! In this article, we'll see how to create apexcharts bar chart in laravel 11. ApexCharts is a modern charting library that helps developers to create beautiful and interactive visualizations for web pages.

It is an open-source project and is free...

How to Create Login and Registration in Laravel 11

How to Create Login and Registration in Laravel 11

Hello developers! In this guide, We'll see how to create a login and registration page in laravel 11 using the laravel auth command. Also, we'll create a bootstrap login and registration form using the laravel UI command in laravel 11.

You can create a basic starting point using...

Mail: Laravel 11 Send Email using Queue

Mail: Laravel 11 Send Email using Queue

In this guide, we'll see how to send email using a queue in laravel 11. Here we'll see the concept of queue with mail in the laravel 11. Laravel provides a clean, simple email by Symfony Mailer. Laravel and Symfony Mailer provide drivers for sending email via SMTP, Mai...

Recommended Post
Featured Post
How To Integrate Email Template Builder In Laravel
How To Integrate Email Templat...

In this article, we will see how to integrate an email template builder in laravel. Also, you can integrate an emai...

Read More

Feb-22-2023

How to Upload Image to Storage Folder in Laravel 10
How to Upload Image to Storage...

As I delve into Laravel 10, a true powerhouse in the realm of PHP frameworks, I've found it to be a game-changer for...

Read More

Sep-29-2023

Laravel 8 Send Mail using Queue
Laravel 8 Send Mail using Queu...

In this tutorial I will show you laravel 8 send mail using queue, many time we can see some process to take mo...

Read More

Sep-24-2021

How To Generate Barcode In Laravel
How To Generate Barcode In Lar...

In this tutorial, I will show you how to generate barcodes using the milon/barcode package. In this example, we wil...

Read More

Jun-06-2020