Milind Daraniya

A Blog About Software Development And Life

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

Deploying Laravel Applications on AWS: Step-by-Step Guide

Published February 12th, 2023 31 min read

Deploying a Laravel application on Amazon Web Services (AWS) can be a powerful way to host your w

Read more →

Best PHP Libraries for Image Manipulation

Published February 11th, 2023 25 min read

Image manipulation is a common task in web development, ranging from resizing and cropping to app

Read more →

Implementing ACL in Laravel: Role-Based Access Control

Published February 10th, 2023 33 min read

Access Control Lists (ACL) are a fundamental part of web application security, allowing you to co

Read more →

Best PHP Extensions for Improved Performance

Published February 9th, 2023 13 min read

PHP, as a popular server-side scripting language, has a vast ecosystem of extensions that can sig

Read more →

Creating Custom Middleware in Laravel: Step-by-Step Guide

Published February 8th, 2023 20 min read

Middleware in Laravel allows you to filter HTTP requests entering your application. It provides a

Read more →

Working with Dates and Time in PHP: Best Practices

Published February 7th, 2023 23 min read

Handling dates and times is a common task in web development, and PHP provides a robust set of fu

Read more →

Common PHP Coding Mistakes: How to Avoid Them

Published February 6th, 2023 27 min read

PHP is a versatile and widely used server-side scripting language in web development. While PHP p

Read more →

Laravel Telescope: Real-time Monitoring and Debugging

Published February 5th, 2023 21 min read

Laravel Telescope is a powerful debugging and monitoring tool provided by the Laravel framework.

Read more →