5 min read

How to use Cache In Laravel Query - Larachamp

http://localhost/storage/uploads/laravel-middleware-3-1-1024x576.png alt="what Is Cache In Laravel" class="wp-image-165" width="840" height="472"/>cache In laravel Hello devs, Today we are going...

4 min read

What Is a PWA and How to Build One

PWA is a web term that means (progressive web apps) PWA is a special kind of website that you can use over the internet on any device you want, make sure the browser supports the PWA. Maybe some brow...

3 min read

Why Use Laravel Data?

I've been using Laravel Data for the last 1 month and I found that it's a time saver if you don't want to debug your arrays when passing into functions/methods as parameters. In this blog post, w...

3 min read

Connect Multiple Databases In CodeIgniter

Today, we are going to learn how we can connect multiple databases in CodeIgniter. Basically, In this tutorial we will see how we can handle multiple database in php when we are redirecting or do...

4 min read

How to Use A Bar Chart in PHP

Today we are going to learn how we can use Bar chart with php in our application or wherever you want to use it. When we do use charts to some short of values like sales chart, purchase chart, pro...

2 min read

Password Protected Zip File Creation in PHP

Hello readers, today we will learn about a little bit different topics. We will see how we can create a password-protected zip in PHP. Since a few days back, I've been trying to write less theor...

2 min read

Connect the Stripe API with PHP | Stripe Integeration

If you're building a PHP website and want to accept payments, the Stripe API is a powerful and easy-to-use solution. In this tutorial, we'll walk through the steps to set up Stripe and start making A...

1 min read

NEW defer() in Laravel 11.23

http://localhost/storage/uploads/new_defer_function_in_laravel-1024x576.png alt="" class="wp-image-1271"/> Recently Taylor Otwell (Founder of Laravel) announced a new helper function defer() that...

4 min read

Introduction To CodeIgniter 4 | CodeIgniter4

From today we are going to learn about CodeIgniter 4 which is completely different from it's previous versions. CodeIgniter 4 comes with it's different look in last few months. It has changed directo...

6 min read

Queue Emails In Laravel | Save Load Time

Hi, Robin this side with some new stuff today. Basically when I was sending emails from my applicationd with laravel at my first time. I was thinking that why it is taking so much time in sending mai...