4 min read

How To Send Bulk Email Using Laravel

Hey there, If you are building something interesting and looking to send bulk emails using your application's in-built power provided by Laravel itself. You can do that easily. You can use SMTP or...

6 min read

What Is The Concept Of OOP In PHP

OOP in PHP is a concept of doing code. There is two concept to go forward with any project in PHP. First is procedural concept and the second is Object Oriented Programming so almost it's depends...

4 min read

How To Be Productive At Work | Programmers

I don't think everyone will feel this post so interesting because it's basically inspired by the technique of meditation. Which is not usually followed at work. But it's all about falling completely...

2 min read

WhereAll and WhereAny In Laravel 10.47 Update

Today I'm going to share an update of the Laravel 10.47 version in which we have two new Laravel Eloquent methods that make conditions easier to write most of the time in case of searching for someth...

4 min read

How to Generate Pdf in PHP CodeIgniter

Today we are going to learn about how we can generate a pdf in PHP, it can be any type of pdf you can modify sheet type and other in PHP itself. Let's move on the tutorial in which I assume that yo...

5 min read

Upload Files Using Filepond In Laravel

Today we are going to learn a new and I like the Ux of the filepond library. The way it uploads the files and actions provides the functionalities like editing images as well. You can explore the lib...

5 min read

Introduction to Vue's Composition API for a Newbie

I'm a newbie to Vue.js, and as I was learning about its amazing features, I thought I should share all of this on my blog. Vue.js is a great and impressive framework. Initially, I found it easier to...

3 min read

A Practical Guide To Python Data Types

Mostly I don't share Python content on this blog but nowadays as I'm learning about Python. I have seen that it's a bit different when it comes to Python. Because it has a little bit different data t...

5 min read

Understanding Dependency Injection

Today we are going to learn about what is dependency injection in PHP. I was reading about new PHP updates eventually, I saw that they mentioned dependency injection, so I thought I should write on t...

2 min read

Introduction to the YouTube API for PHP Developers

The YouTube API is a powerful tool for accessing and interacting with YouTube data from your PHP application. With the API, you can search for videos, retrieve channel information, and perform other...

6 min read

Searchable Input with Livewire

http://localhost/storage/uploads/searchable-input-using-livewire-1024x576.png alt="" class="wp-image-260"/>searchable input using livewire Hi, Gurpreet this side with some new stuff today. Let me...