CATEGORIES : Laravel

How To Get Checked And Unchecked Checkbox Value In jQuery

Checkbox manipulation is an important part of web development, and jQuery makes it easier than ever to work with these tiny but powerful UI elements. Whether you're building a dynamic form or e...

Laravel PHP jQuery

How To Get Multiple Checkbox Value In jQuery

Checkboxes are those little boxes you click to select multiple options on a website. They're pretty handy, right? Well, imagine you want to do something cool with all those checkboxes, like sav...

Laravel PHP jQuery

How To Create Parallax Scrolling Effect Using jQuery

In the world of web design, making your website visually appealing is key.

Imagine this: as you scroll down a webpage, the background moves at a different speed than the content, creating...

Laravel PHP jQuery Bootstrap

How To Create Zip File And Download In laravel 9

In this article, we will see how to create a zip file and download it in laravel 9. Laravel provides ZipArchive class for creating zip files in laravel 9. I will give you exampl...

Laravel PHP

Refresh Datatable Without Reloading Page In Laravel 9

In this article, we will see refresh datatable without reloading the page in laravel 9. When I have a data table that gets data from the database and a record is changed in the table, it shoul...

Laravel PHP jQuery

How To Create Middleware For XSS Protection In Laravel 9

In this article, we will see how to create middleware for XSS protection in laravel 9. Cross-site scripting is a type of security vulnerability that can be found in some web applications. XSS...

Laravel PHP

Laravel 9 Create Multi Language Website

In this article, we will see laravel 9 create a multi language website. Here, we will learn how to create a multi-language website in laravel 8/9. In this example, we will see the laravel mult...

Laravel PHP

500 Internal Server Error In Laravel 9 AJAX

In this article, we will see 500 internal server errors in laravel 9 ajax. Also, we can see how to solve or fixed laravel 9 500 internal server error ajax. If you are fetching 500 interna...

Laravel PHP jQuery

Socialite Login with Facebook Account In Laravel 9

In this article, we will see socialite login with a facebook account laravel 9. Here, we will learn how to create socialite login with facebook in laravel 8 and laravel 9. Many websites provid...

Laravel PHP

Socialite Login With Google Account In Laravel 9

In this article, we will see socialite login with a google account in laravel 9. Here, we will learn how to create a socialite login with google in laravel 8 and laravel 9. This post gives you...

Laravel PHP

RECOMMENDED POSTS

FEATURE POSTS