Milind Daraniya

A Blog About Software Development And Life

Welcome to my blog. Subscribe and get my latest blog post in your inbox.

How to Add a New Column to an Existing Table Using db Schema in Magento 2.4+ ?

Published September 16th, 2023 8 min read

In Magento 2, the database schema is defined using XML files that describe the structure of datab

Read more →

PHP JWT Login Storage

Published September 15th, 2023 15 min read

JSON Web Tokens (JWT) have become a popular method for implementing stateless authentication in w

Read more →

How to Create Customer Group Programmatically in Magento 2 using a Single Script

Published September 14th, 2023 12 min read

In Magento 2, you can create customer groups programmatically using a single script. This can be

Read more →

How To Create Customer Group Programmatically In Magento 2

Published September 13th, 2023 11 min read

In Magento 2, you might need to create customer groups programmatically as part of custom module

Read more →

How to Create and Assign Customer Group in Magento 2?

Published September 12th, 2023 10 min read

In Magento 2, customer groups are an essential feature that allows you to segment your customers

Read more →

Laravel 10 Multiple Image Upload with Preview using AJAX

Published September 11th, 2023 20 min read

In many web applications, allowing users to upload multiple images at once can be a valuable feat

Read more →

Laravel 10 Ajax Image Upload Preview Example

Published September 10th, 2023 20 min read

Implementing image upload functionality with preview using Ajax in a Laravel application is a sea

Read more →

Laravel Get Next and Previous Record and URL Tutorial

Published September 9th, 2023 21 min read

In a Laravel application, there might be instances where you need to retrieve the next and previo

Read more →