Milind Daraniya

A Blog About Software Development And Life

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

Creating Empty Files on Linux: Simple Methods to Get Started

Published October 7th, 2023 29 min read

In the world of Linux, creating empty files might seem like a straightforward task, but having a

Read more →

Mastering Linux Environment Variables: Splitting PATH into Lines

Published October 6th, 2023 19 min read

The PATH environment variable in Linux plays a crucial role in determining where the system looks

Read more →

Managing ANSI Color Escape Codes: Disabling Colorful Commands in Laravel

Published October 5th, 2023 18 min read

Laravel's Artisan command-line tool offers a range of powerful and colorful commands to enhance y

Read more →

Pretty Print JSON Response in Laravel 10: A Neat Approach

Published October 4th, 2023 15 min read

JSON responses are a crucial part of modern web applications, providing a structured way to commu

Read more →

A Comprehensive Guide to Laravel Artisan Make Commands

Published October 3rd, 2023 25 min read

Laravel's Artisan command-line tool is a developer's best friend when it comes to automating repe

Read more →

2 Methods to Get Session ID in Laravel

Published October 2nd, 2023 12 min read

Are you looking to retrieve the session ID in your Laravel application? The session ID is a cruci

Read more →

PHP cURL POST Request with Headers: A Practical Guide

Published October 1st, 2023 18 min read

In web development, sending HTTP requests, particularly POST requests, is a common task when inte

Read more →

Exporting Data from MySQL to Excel in Laravel: A Step-by-Step Guide

Published September 30th, 2023 20 min read

Exporting data from your MySQL database to Excel can be a valuable feature for generating reports

Read more →