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
Multi Step Form Example In Laravel
Multi Step Form Example In Lar...

Today in this post we will see multi step form example in laravel, here we will create laravel multi step form example.&...

Read More

Jul-21-2021

Stripe Payment Gateway Integration Example In Laravel 8
Stripe Payment Gateway Integra...

In this article, we will see a stripe payment gateway integration example in laravel 8. The stripe payment gateway...

Read More

Nov-26-2020

How to Set Auto Database BackUp using Cron Scheduler In Laravel
How to Set Auto Database BackU...

In this article, we will see how to set auto database backup using the cron scheduler in laravel. here we will set ...

Read More

Feb-18-2021

How To Auto Select Country Using IP Lookup In jQuery
How To Auto Select Country Usi...

In this article, we will see how to auto select a country using IP lookup in jquery. Here, we will learn about auto...

Read More

May-15-2023