Categories : Laravel



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

How to Convert UTC Time to Local Time in Laravel 11

How to Convert UTC Time to Local Time in Laravel 11

Hello, laravel web developers! In this article, we'll see how to convert UTC time to local time in laravel 11. Here, we'll use the carbon parse function to convert local time in laravel 11. Use Carbon's setTimezone() method in Laravel 11 to convert any UTC time to...

Recommended Post
Featured Post
How To Show Loading Spinner In Ajax jQuery
How To Show Loading Spinner In...

In this article, we will see how to show loading spinner in ajax jquery. Using ajaxStart() and ajaxStop() method we...

Read More

Jul-06-2022

Laravel 9 Left Join Query Example
Laravel 9 Left Join Query Exam...

In this article, we will see the laravel 9 left join query example. laravel 9 left join eloquent returns all rows from t...

Read More

Mar-31-2022

How to Image Upload Laravel 11 Vue 3 Example
How to Image Upload Laravel 11...

Hello, laravel web developer! In this article, we'll see how to image upload in laravel 11 vue 3. Here, we'...

Read More

May-27-2024

Autotab To Next Input Field JQuery
Autotab To Next Input Field JQ...

In this article, we will see how to focus on the next input when the max length is reached. Sometimes we have...

Read More

Aug-19-2020