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 Disable CSRF Token in Laravel 10

Published August 2nd, 2023 24 min read

By default, Laravel provides built-in CSRF (Cross-Site Request Forgery) protection, which helps p

Read more →

How to Fix Token Mismatch Exception in Laravel

Published August 1st, 2023 24 min read

The "TokenMismatchException" is a common issue encountered when working with forms in Laravel. Th

Read more →

Generating a Custom Sitemap in Laravel 10

Published July 31st, 2023 22 min read

Creating a sitemap is crucial for search engine optimization (SEO) as it helps search engines dis

Read more →

How to Automatically Generate Sitemap in Laravel?

Published July 30th, 2023 20 min read

A sitemap is a vital component for search engine optimization (SEO) as it helps search engines di

Read more →

How to Fetch Data From Database Using Ajax in PHP

Published July 29th, 2023 18 min read

In modern web development, Ajax (Asynchronous JavaScript and XML) plays a crucial role in fetchin

Read more →

How to Create Branch in Git Repository

Published July 28th, 2023 19 min read

Creating branches in Git allows you to work on different features or bug fixes in isolation, maki

Read more →

Downloadable Products tabs remove from the Customer Dashboard Magento 2.

Published July 27th, 2023 2 min read

In Magento 2, the Customer Dashboard provides a comprehensive overview of a customer's accoun

Read more →

Best PHP Frameworks for Web Development in 2023

Published July 26th, 2023 8 min read

Introduction

In the ever-evolving world of web development, PHP remains a powerful and po

Read more →