Posts



How to Multiple Image Upload in Laravel 10 API

How to Multiple Image Upload in Laravel 10 API

Hello everyone! I'm excited to share with you how I'm enhancing my Laravel 10 API by enabling the capability to handle multiple image uploads. This step-by-step guide will walk us through the process, making it simple and straightforward.

By the end, my API will be able to effor...

How to Create Newsletter in Laravel 10

How to Create Newsletter in Laravel 10

Hey there! In this article, I'm thrilled to guide you through the exciting world of creating newsletters in Laravel 10. As we navigate this together, you'll discover how to effortlessly design, compose, and send newsletters that captivate your audience.

Let's dive into the s...

How to Get Soft Deleted Records in Laravel 10

How to Get Soft Deleted Records in Laravel 10

Hey there! Ever wondered how to recover deleted data in Laravel 10 without much hassle? Well, you're in luck! I'm here to guide you through the simple process of getting soft-deleted records. Soft deletes allow us to mark records as deleted without actually removing them from the database...

Laravel 10 Desktop and Mobile User Agent Parser

Laravel 10 Desktop and Mobile User Agent Parser

Discover the magic of Laravel 10's Desktop and Mobile User Agent Parser! With the help of the jenssegers/agent package, effortlessly identify and adapt to users' devices for a smoother web experience.

In web development, a user agent is like a digital fingerprint that reveals in...

How to Build a Blog CMS with React JS?

How to Build a Blog CMS with React JS?

Are you a blogger who expresses his thoughts with the help of words? If yes, then you might have once thought to create your own blog and have full control over your content and its presentation. So, you can reach out to your audience as you want.

Here, we have something helpful for you...

How to Get Random Record in Laravel 10

How to Get Random Record in Laravel 10

Here you will learn how to get random records from DB in laravel using the inRandomOrder() method. Explore an example of how to retrieve random records in Laravel 10. In this guide, you'll learn how to use the inRandomOrder() method to select random data from your datab...

7+ Laravel tips: DB Models and Eloquent (2023)

7+ Laravel tips: DB Models and Eloquent (2023)

Welcome to our latest guide on mastering Laravel's DB Models and Eloquent, updated for 2023. If you're a web developer using Laravel, you know that the Eloquent ORM and database models are at the heart of your application. These powerful tools simplify database interactions, making it eas...

How to Upgrade PHP 7.4 to 8.0 in Ubuntu

How to Upgrade PHP 7.4 to 8.0 in Ubuntu

Hey there! I recently faced the need to upgrade my PHP version from 7.4 to the latest 8.0 on my Ubuntu server. It might seem like a daunting task, but don't worry; I'm here to guide you through each step. Keeping your server up-to-date is crucial for security and performance, and I'll...

How to Upgrade PHP 8.0 to 8.1 in Ubuntu

How to Upgrade PHP 8.0 to 8.1 in Ubuntu

Hey there! I recently needed to upgrade my PHP version from 8.0 to the latest 8.1 on my Ubuntu server. It's a smart move to keep your server and web applications in top shape with the latest features and improvements.

If you're in the same boat and looking for a straightforward...

How to Downgrade PHP 8.2 to 8.1 in Ubuntu

How to Downgrade PHP 8.2 to 8.1 in Ubuntu

Hey there, I recently found myself in a situation where I needed to downgrade my PHP version from 8.2 to 8.1 on my Ubuntu server. It's not as complicated as it may sound, and I'm here to guide you through the process step by step.

Whether you've encountered compatibility iss...

Recommended Post
Featured Post
How To Create Custom Middleware In Laravel
How To Create Custom Middlewar...

In this article, we will give you information about middleware and we will see how to create custom middleware in l...

Read More

Aug-24-2020

How To Install React In Laravel 9
How To Install React In Larave...

In this article, we will see how to install React in laravel 9. We will also install react with laravel 9 and...

Read More

Aug-15-2022

Fixed: Class "DOMDocument" Not Found In Laravel
Fixed: Class "DOMDocument" Not...

In this article, we will see to fixed class "DOMDocument" not found in laravel. Also, class 'domdocum...

Read More

Feb-17-2023

How To Create React JS Application
How To Create React JS Applica...

In this article, we will see how to create React JS application. Creating React App is a comfortable envi...

Read More

Aug-10-2022