7 min read

Laravel Scheduler And Cron Job

In Laravel, the Scheduler is a component that allows you to define and schedule recurring commands or tasks to run automatically. You can use the Scheduler to schedule a wide variety of tasks, such a...

3 min read

Creating Temporary, Expiring Links in Laravel

In today's digital world, we often encounter situations where we need to send time-sensitive links to users. Whether it's for password reset, email confirmation, or any other temporary action, it's c...

5 min read

A Beginner's Guide to Resource Routes in Laravel

Hi, If you are a Laravel learner then you may have used routes in laravel rather than creating them one by one for each crud operation we can do this by a single line of code. See the code snippe...

11 min read

How To Insert Data Into Database Using Livewire

Hi, Gurpreet this side again with some new stuff. I would love share my todays learning in this article today. Before this I was working with Laravel Breeze + JQuery. But after watching many video...

2 min read

Repository Pattern in Laravel: A Beginner's Guide

Hey there, fellow developers! Today, we're diving into the fascinating world of Laravel and exploring a powerful design pattern that can significantly enhance the structure and maintainability of you...

4 min read

Best way to earn money For programmers

Hey Dude, Gurpreet this side again with some new stuff. You may don’t know who is Gurpreet. But the things I’ll share with you, you will always remember ☺. http://localhost/storage/uploads/Copy-of...

2 min read

PHP String Functions: A Complete Guide

Are you working with strings in PHP and looking for ways to manipulate them? PHP provides a variety of built-in functions that can help you do just that. In this post, we'll go over some of the most...

9 min read

5 Tailwind Css Navbar Components

Hi, Maybe you guys know that nowadays I'm learning tailwind css and today I built a few navbar components. I'm not just learning Tailwind although I'm building components every day and enjoying them....

5 min read

Single Responsibility Principle In PHP (SRP)

Since I started programming never cared about SOLID PRINCIPLES that much. Because I wasn't aware of all these things. I started by watching YouTube videos and maybe because of that it wasn't mentione...

2 min read

How to Access Relationship Data in Laravel Blade

Hi readers, If you're working with Laravel, you're likely aware that the framework offers a convenient way to manage relationships between models using Eloquent. But what if you need to access this r...

2 min read

How to Configure Middleware In Laravel 11

Hi everyone, As you guys know Laravel 11 is officially released now. So, there are plenty of new things that has been released along with new structure. If you look at the new structure, You won'...

6 min read

7 Tips For Optimizing Your Laravel Web Application

It's important to ensure that your application is optimized for performance. In this blog post, we'll provide ten tips for optimizing your Laravel web application Laravel is a powerful and popular...