Milind Daraniya

A Blog About Software Development And Life

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

Magento 2.4 Apply Coupon Code Programmatically

Published July 26th, 2023 2 min read

In Magento 2, you may come across scenarios where you need to apply a coupon code programmaticall

Read more →

What is the distinct() method in Laravel?

Published July 25th, 2023 3 min read

In Laravel, the distinct() method is a powerful query builder method that allows you

Read more →

How to Set Minimum Order Amount in Magento 2?

Published July 24th, 2023 3 min read

Setting a minimum order amount is a useful feature in e-commerce platforms like Magento 2. It all

Read more →

How to remove image / file from from storage in Laravel 10

Published July 23rd, 2023 3 min read

In Laravel 10, removing images or files from storage is a common requirement when building applic

Read more →

Product Image not Showing on Frontend in Magento 2

Published July 22nd, 2023 3 min read

If the product images are not showing on the frontend of your Magento 2.4 store, it can be due to

Read more →

How to Search Comma Separated Values In Laravel with Example

Published July 21st, 2023 3 min read

Searching comma-separated values in Laravel can be a common requirement when dealing with data th

Read more →

How to install CKEditor in Laravel 10

Published July 20th, 2023 2 min read

However, you can still use jQuery and integrate CKEditor in Laravel 10 by following these steps:<

Read more →

How to Use MongoDB in Laravel

Published July 19th, 2023 3 min read

Laravel, a popular PHP framework, provides seamless integration with various databases, including

Read more →