2 min read

Understanding Laravel's "hasMany" Relationship

Hi readers, In Laravel we see many ways to manage database relationships using Eloquent. One of the most commonly used relationships is the "hasMany" relationship, which allows you to define a one-to...

5 min read

The Benefits of Using Migrations in Laravel

Migrations in laravel, It's a kind of fundamental topic to discuss but some of the most important things that I wanted to discuss is the Laravel Migration Feature. We know that we can create tabl...

2 min read

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 in Laravel as an essential concept that is widely...

10 min read

How to make CRUD In Laravel

Creating crud is the first step of starting with any backend framework or language. I will try to explain Laravel crud to you in very simple manner as much as I can. So without taking so much time le...

2 min read

How to Use yt-dlp to Downloading YouTube Video

In a world filled with captivating content on YouTube, you might find yourself wanting to download videos for offline viewing or other purposes. While there are tools available for such tasks, it's c...

5 min read

Sending Mails Using PHP With Mail Function

Today we are going to learn to send emails using PHP. Well, it's not that hard and basically, this post is designed as a beginner can understand it easily. Introduction to Sending Emails with PHP:...

5 min read

Upload Videos To YouTube using PythonV3 Library

Hi readers, Today's topic is a bit different than always. Today we are going to see how can we upload local videos to YouTube using a Python library. I'll try to make it short and simple. So, that...

4 min read

Create Dynamic Navbar Using PHP Mysql

As you might know that we use php to create dynamic web pages. Well, here we are going to create a dynamic navbar using php in which we obviously will need a database. A structured navbar. This is al...

4 min read

My Goal As A Laravel Developer - Pov

I wasn't sure that I should write something on this topic. But I couldn't stop myself because I'm a kind of confused person. Because I usually brainstorm on things whatever I'm doing and whatever I'm...

1 min read

How to Resolve Image Issues in Dompdf

Hi, If you also have faced the same issue while trying to print images in the PDF using Dompdf. I have a quick solution to share. Try Base64 format for the image, I have resolved this by using the sa...

3 min read

5 Lesser-Known Linux Command Tips for Beginners

Are you new to Linux or looking to expand your command-line skills? You're in the right place! While you might be familiar with basic commands like ls and cd, there's a world of lesser-known tricks t...

Stay Updated

Get the latest Laravel tutorials delivered to your inbox

No spam, ever. Unsubscribe at any time.

Articles Tags