Tag : Laravel 7



How To Create Web Notifications In Laravel 9 Using Pusher

How To Create Web Notifications In Laravel 9 Using Pusher

In this article, we will see how to create web notifications in laravel 9 using pusher. Here, we will learn how to develop real-time web notifications in laravel 7, laravel 8, and laravel 9 using pusher. we would demonstrate when someone carries out an action related to you or...

How To Build Live Chat App In Laravel 9 And Vue JS

How To Build Live Chat App In Laravel 9 And Vue JS

In this article, we will see how to build a live chat app in laravel 9 and vue js. Here, we will learn how to create real-time chat applications in laravel 8 and laravel 9 with vue.js and pusher. For this example need basic knowledge of laravel and vue.js for better understanding.

...

Laravel 9 Generate PDF From HTML Using TCPDF

Laravel 9 Generate PDF From HTML Using TCPDF

In this article, we will see laravel 9 generate PDF from HTML using TCPDF. Here, we will learn how to integrate tcpdf in laravel 7, laravel 8, and laravel 9. TCPDF is a service provider with a basic configuration. Also, TCPDF is not supported in PHP 7. So, we will generate PDF from HTML using TCP...

jQuery Datatable Hide/Show Column Based On Condition

jQuery Datatable Hide/Show Column Based On Condition

In this article, we will see a jquery datatable hide/show column based on condition. Here, we will learn how to hide and show a datatable column dynamically. You can make use of the column().visible() API method to dynamically show and hide columns in a datatable.

column().vis...

How To Count Days Excluding Weekends And Holidays In Laravel 9

How To Count Days Excluding Weekends And Holidays In Laravel 9

In this article, we will see how to count days excluding weekends and holidays in laravel 9. Here, we will learn to skip weekends and holidays in laravel 7, laravel 8 and laravel 9 using carbon. We will use laravel carbon to get the difference between the two dates and calculate weekday...

How To Add jQuery Datatable Column Filter Dropdown On Top

How To Add jQuery Datatable Column Filter Dropdown On Top

In this article, we will see how to add a jquery datatable column filter dropdown on top. Here, we will learn how to add a dropdown filter on a specific column in jquery datatable. You can add multiple dropdown filters on the individual column in jquery datatable.

In jquery datatab...

How To Remove index.php From URL In Laravel 9

How To Remove index.php From URL In Laravel 9

If you're a developer, you're likely to have frustration with "index.php" cluttering up your website's web addresses. It not only looks unprofessional but can also be an obstacle to achieving user-friendly, search-engine-optimized URLs.

Fortunately, in Laravel 9, t...

How To Restrict User Access From IP Address In Laravel 9

How To Restrict User Access From IP Address In Laravel 9

Imagine this: You've made a super cool website, and now you want to make sure only the right people can use it. That's where the IP address trick comes in!

In this article, we're like digital detectives exploring Laravel 9. We're going to learn how to control who can use...

Laravel 9 Group Column Chart Using Highcharts

Laravel 9 Group Column Chart Using Highcharts

In the world of web development, Laravel 9 is a user-friendly PHP framework. When combined with Highcharts, a top JavaScript charting library, they become a powerful team for creating engaging data visuals.

At the center of this partnership is the "Group Column Chart." This ty...

How To Convert Image To Base64 In Laravel 9

How To Convert Image To Base64 In Laravel 9

In this article, we will see how to convert an image to base64 in laravel 9. Here, we will convert the image to base64 in laravel 7, laravel 8, and laravel 9. Sometimes we are required to store the base64 string instead of the image then we will be required to convert the image to base64.

Recommended Post
Featured Post
How to Convert Datetime into Milliseconds in PHP
How to Convert Datetime into M...

Converting DateTime into milliseconds in PHP can be useful for various applications, such as timestamping events or meas...

Read More

Mar-15-2024

Laravel 9 Form Collective Example
Laravel 9 Form Collective Exam...

In this article, we will see laravel 9 form collective example. Here, we will learn how to use collective form and...

Read More

Jan-20-2023

How to Get Last 15 Records in Laravel 10
How to Get Last 15 Records in...

Welcome, fellow developers! In this guide, I'll walk you through the straightforward process of fetching the latest...

Read More

Dec-08-2023

Laravel 8 Datatables Keeping Selected Page Number
Laravel 8 Datatables Keeping S...

In this tutorial we will see laravel 8 datatables keeping selected page number after callback. In datatable page nu...

Read More

Dec-03-2021