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…
DB Transactions In Laravel
Hi readers, If you are new to Laravel or just starting with web development, you might have heard about the term “transactions”. We use transactions…
How to Use WhereHas In Laravel
Hi readers, I was using WhereHas today in some tasks. So, I decided let’s share what it is. If you’re building a Laravel application that…
How to Add Github Login in Laravel Application
Hi, It’s very easy to add a Github login to your laravel application. Let’s understand how we can do this. So, I’m going to practical…
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…
Building A Rest API With PHP
It’s been a long time since I haven’t written an article but nowadays I’m very much focused on learning new things and upgrading myself. Meantime…
Upload Files Using Ajax In PHP
Hello readers! Uploading files to the server is a common task in web development. In the past, it was done using traditional form submissions, which…