Tag : PHP



Laravel 10 Send Mail using Markdown Template

Laravel 10 Send Mail using Markdown Template

Hey everyone! Ever wondered how to make your Laravel emails look sleek and professional? In this guide, I'll walk you through the simple steps of sending emails using Markdown templates in Laravel 10. Let's make your email communication stand out!

In this post, we will explore h...

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...

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...

How to Create Payment Link in Stripe using API in Laravel 10

How to Create Payment Link in Stripe using API in Laravel 10

In today's digital age, the ability to facilitate online payments efficiently is crucial for businesses and developers alike. I'm a Laravel developer, and if you're like me, you might be excited about integrating Stripe's payment solutions into your web applications.

Str...

How to Upload Image to Storage Folder in Laravel 10

How to Upload Image to Storage Folder in Laravel 10

As I delve into Laravel 10, a true powerhouse in the realm of PHP frameworks, I've found it to be a game-changer for handling image uploads. Join me in this step-by-step guide as we navigate the seamless integration of image uploading into our Laravel 10 project.

Together, we'll...

How to Validate Empty Input Field in jQuery

How to Validate Empty Input Field in jQuery

In the dynamic world of web development, form validation is a crucial aspect of creating a user-friendly and error-free user experience. It ensures that the data submitted by users is accurate and meets the expected criteria. One common validation task is ensuring that input fields are not left e...

How to Create Custom Facade in Laravel 10

How to Create Custom Facade in Laravel 10

Laravel, one of the most popular PHP frameworks, provides a powerful feature known as facades. Facades allow you to access Laravel services and classes in a clean and expressive manner. While Laravel provides a wide range of built-in facades for common tasks.

You may encounter scenarios...

How to Create Custom Login and Registration in Laravel 10

How to Create Custom Login and Registration in Laravel 10

In the ever-evolving landscape of web development, crafting a tailor-made user authentication system stands as a pivotal milestone for developers. Laravel, the renowned PHP framework known for its elegant syntax and powerful features, empowers developers to create exceptional web applications.

Recommended Post
Featured Post
Laravel 9 Subquery In Where Condition
Laravel 9 Subquery In Where Co...

In this article, we will see the laravel 9 subquery in where condition. You can learn how to create subquery in laravel...

Read More

Oct-11-2022

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

Laravel 8 Eloquent whereHas Condition
Laravel 8 Eloquent whereHas Co...

In this example we will see laravel 8 eloquent whereHas() condition. you will learn about wherehas() condition in l...

Read More

Oct-06-2021

How To Get Multiple Checkbox Value In Javascript
How To Get Multiple Checkbox V...

Checkboxes let us make multiple choices. But how do you actually use them in JavaScript? It might seem tricky, especiall...

Read More

Jan-10-2023