Milind Daraniya

A Blog About Software Development And Life

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

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 →

Basic CRUD Blog Tutorial with Bootstrap in Laravel 10

Published August 12th, 2023 26 min read

Hello Laravel enthusiasts! In this tutorial, we'll walk through the process of building a basic C

Read more →

Laravel: whereIn & whereNotIn Eloquent Query with Example

Published August 11th, 2023 10 min read

Hey fellow Laravel developers! Today, let's dive into two powerful methods available in Laravel's

Read more →