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 Get Last Executed Query in Laravel 10

Published August 10th, 2023 12 min read

During development or debugging in Laravel, it can be helpful to print or retrieve the last execu

Read more →

How to disable an anchor tag in HTML

Published August 9th, 2023 12 min read

In HTML, the <a> tag is commonly used to create clickable links. However, there may be situ

Read more →

Learn how to create an Ajax request to delete data in Laravel 10

Published August 8th, 2023 8 min read

Before proceeding, please ensure you have implemented CSRF token handling as described in my prev

Read more →

How to pass a CSRF token with an Ajax request in Laravel!

Published August 7th, 2023 11 min read

Laravel provides built-in CSRF protection to guard against cross-site request forgery attacks. Wh

Read more →

Laravel Eloquent whereBetween() Query Example

Published August 6th, 2023 10 min read

The whereBetween() method allows you to retrieve records from a database table that fall within a

Read more →

How to Get Current Quote ID from Checkout Session in Magento 2

Published August 5th, 2023 6 min read

In Magento 2, the quote ID is essential for retrieving and manipulating the current quote (or car

Read more →

How to Change Order Status Programmatically in Magento 2

Published August 4th, 2023 7 min read

In Magento 2, you can change the order status programmatically to reflect different stages of ord

Read more →

How to Create a New Magento 2 Administrator Account

Published August 3rd, 2023 20 min read

Creating a new administrator account in Magento 2 allows you to grant access to additional users

Read more →