Posts



How to Create Line Chart in Vue 3 using vue-chartjs

How to Create Line Chart in Vue 3 using vue-chartjs

Hello, web developers! In this article, we'll see how to create a line chart in vue 3 using vue-chartjs. Here, we'll install vue-chartjs and chart.js for dynamic line charts in vue 3. vue-chartjs is a wrapper for Chart.js in Vue. You can easily create reusable chart components.<...

Vue JS Multi-step Form Wizard with Validation

Vue JS Multi-step Form Wizard with Validation

Hello, web developers! In this article, we'll see how to create multi-step form wizards with validation in vue.js. I'll guide you step-by-step on creating a multi-step form wizard with validation in Vue.js using VeeValidate.

VeeValidate is the most popular Vue.js form library. I...

Laravel 11 Create Dynamic Dropdown using Vue.JS

Laravel 11 Create Dynamic Dropdown using Vue.JS

Hello, web developers! In this article, we'll see how to create a dynamic dropdown using Vue.js with laravel 11. Also, see the selected dropdown value in vue js. To create a dynamic dropdown using Vue.js with Laravel, you need to set up a Laravel application.

Create a Vue compo...

How to Store JSON Data in Database in Laravel 11

How to Store JSON Data in Database in Laravel 11

Hello, laravel web developers! In this article, we'll see how to store JSON data in the database in laravel 11. JSON is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and...

How to Create ZIP Archive File in Laravel 11 Example

How to Create ZIP Archive File in Laravel 11 Example

Hello, laravel web developers! In this article, we'll see how to create a zip archive file in laravel 11. You can create a zip file using two methods. one is using ZipArchive and the other is using the stechstudio/laravel-zipstream composer package.

stechstudio/laravel-zip...

Laravel 11 Vite Install Sweetalert2 Example

Laravel 11 Vite Install Sweetalert2 Example

Hello, laravel web developers! In this article, we'll see how to install sweetalert2 in laravel 11 vite. Sweetalert2 is a beautiful, responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes.

In laravel 11, you can install sweetalert2 usi...

How to Update User Profile in Laravel 11

How to Update User Profile in Laravel 11

Hello, laravel developers! In this article, we'll see how to update user profiles in laravel 11. Here, we'll change the profile picture in laravel 11. We'll create basic authentication using Laravel UI and proceed to create a user profile page.

Here, we'll inst...

Laravel 11 JSON Web Token(JWT) Authentication

Laravel 11 JSON Web Token(JWT) Authentication

Hello, laravel web developers! In this article, we'll see how to authenticate using JWT in laravel 11. In laravel 11, we use JSON web token(JWT) for authentication. JSON Web Token is a proposed Internet standard for creating data with optional signature and/or optional encryption whose p...

How to Add Active Class Dynamically in Laravel 11

How to Add Active Class Dynamically in Laravel 11

Hello, laravel web developers! In this article, we'll see how to add an active class dynamically in laravel 11. Here, we'll learn about adding an active class on the active menu in laravel 11. You can add an active class on an active URL in laravel 11.

Add active class to a navi...

Laravel 11 Spatie Media Library Example

Laravel 11 Spatie Media Library Example

Hello, laravel web developers! In this article, we'll see how to install spatie media library in laravel 11. Here, we'll use spatie/laravel-medialibrary composer package. Also, you can handle upload with Livewire and vue js in laravel 11.

Additionally, you can crop and resize th...

Recommended Post
Featured Post
How To Add Bootstrap Modal In Laravel
How To Add Bootstrap Modal In...

Today I will show you how to add a bootstrap popup modal on button click. many times we need to set confirmation on the...

Read More

May-27-2020

How To Generate QR Code Using Javascript
How To Generate QR Code Using...

In this tutorial we will see how to generate QR code using javascript. we will implement QR code generator without...

Read More

Jul-19-2021

How to Increase max_input_vars in PHP Ubuntu
How to Increase max_input_vars...

Hey folks! If you've ever encountered issues with PHP hitting the max_input_vars limit, you're not alone. In thi...

Read More

Feb-02-2024

Laravel: 10 Steps to Becoming a Laravel Expert
Laravel: 10 Steps to Becoming...

In this article, we will see 10 steps to becoming a laravel expert. Here, we will learn about how to become a larav...

Read More

May-26-2023