Tag : Laravel 11



Laravel 11 Drag and Drop File Upload with Dropzone JS

Laravel 11 Drag and Drop File Upload with Dropzone JS

Hello web developers! In this article, we'll see laravel 11 drag and drop file upload with dropzone js. Here, we'll upload files using drag and drop with Dropzone JS in laravel 11. Dropzone.js is one of the most popular drag and drop JavaScript libraries.

<...

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

Recommended Post
Featured Post
Laravel 9 Foreach Loop Variable Example
Laravel 9 Foreach Loop Variabl...

In this article, we will see laravel 9 foreach loop variable example. Laravel provides a simple blade template...

Read More

Jul-22-2022

Laravel 10: New Features And Release Date
Laravel 10: New Features And R...

In our ever-changing digital landscape, staying ahead of the competition is essential. And that's precisely what we&...

Read More

Jan-11-2023

How To Image Optimization In Laravel 9 Using Spatie
How To Image Optimization In L...

In this article, we will see how to image optimization in laravel 9 using spatie. Here, we will learn about image o...

Read More

Feb-10-2023

How To Create Custom Middleware In Laravel
How To Create Custom Middlewar...

In this article, we will give you information about middleware and we will see how to create custom middleware in l...

Read More

Aug-24-2020