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 Create a Multilevel Category and Subcategory in Laravel with Bootstrap UI

Published August 20th, 2023 26 min read

Hey there, fellow developers! 🤗 In this tutorial, we'll walk through the process of creating a

Read more →

Laravel Dropzone Image Upload Example

Published August 19th, 2023 17 min read

Hello fellow developers! Today, we'll explore how to implement a fantastic image upload feature u

Read more →

Multiple Ways to Loop Through an Array in PHP

Published August 18th, 2023 17 min read

When working with arrays in PHP, you often need to iterate over the elements to perform various o

Read more →

How to Schedule Tasks with Cron Jobs using Laravel Scheduler

Published August 17th, 2023 20 min read

In this post, we'll explore how you can schedule tasks in your Laravel applications using the bui

Read more →

Laravel 10: pluck(): Extract Values with Laravel Collection Method

Published August 16th, 2023 12 min read

Hello Laravel developers! In Laravel 10, the Collection class provides a powerful method called p

Read more →

Laravel : contains() & containsStrict(): Check if Laravel Collection Contains a Value

Published August 15th, 2023 21 min read

Hello Laravel developers! In Laravel, working with collections is even more powerful and intuitiv

Read more →

Laravel: whereNull & whereNotNull Eloquent Query with Examples

Published August 14th, 2023 15 min read

In this post, we'll explore two handy methods in Laravel's Eloquent ORM: whereNull and whereNotNu

Read more →

Laravel 10: Multiple where Conditions with AND-OR Logic

Published August 13th, 2023 14 min read

Hey Laravel developers! In Laravel 10, handling complex query conditions is made even more conven

Read more →