Categories : PHP



How to Create Apexcharts Pie Chart in Laravel 11

How to Create Apexcharts Pie Chart in Laravel 11

Hello developers! In this article, we'll see how to create apexcharts pie chart in laravel 11. ApexCharts is a modern charting library that helps developers to create beautiful and interactive visualizations for web pages.

It is an 

How to Create Login and Registration in Laravel 11

How to Create Login and Registration in Laravel 11

Hello developers! In this guide, We'll see how to create a login and registration page in laravel 11 using the laravel auth command. Also, we'll create a bootstrap login and registration form using the laravel UI command in laravel 11.

You can create a basic starting point using...

Mail: Laravel 11 Send Email using Queue

Mail: Laravel 11 Send Email using Queue

In this guide, we'll see how to send email using a queue in laravel 11. Here we'll see the concept of queue with mail in the laravel 11. Laravel provides a clean, simple email by Symfony Mailer. Laravel and Symfony Mailer provide drivers for sending email via SMTP, Mai...

Laravel 11 Create CRUD Operation with Database

Laravel 11 Create CRUD Operation with Database

Hello developers! In this article, we'll learn about Laravel 11 to create Creat Reas Update Delete operations with MySQL Database. Recently laravel 11 has been released with many new features and is more simple and straight.

Also, we'll cover installing laravel 11...

How to Convert Datetime into Milliseconds in PHP

How to Convert Datetime into Milliseconds in PHP

Converting DateTime into milliseconds in PHP can be useful for various applications, such as timestamping events or measuring time intervals with precision. In this guide, I'll walk you through the straightforward process of converting DateTime objects into milliseconds in PHP, step by s...

How to Convert DateTime to Timestamp in PHP

How to Convert DateTime to Timestamp in PHP

In PHP, converting DateTime objects to timestamps is a common task, especially when dealing with databases or manipulating dates. Timestamps, represented as integers, are widely used to store and manipulate date and time information.

In this guide, I'll walk you through the sim...

How to Convert UTC Time to Local Time in Laravel 10

How to Convert UTC Time to Local Time in Laravel 10

As a Laravel developer, working with time zones is a common requirement, especially when dealing with global applications. One crucial aspect is converting UTC (Coordinated Universal Time) to local time, ensuring that users across different regions see timestamps in their respective time zon...

Multiple ways to Validate Email Addresses in Laravel 10

Multiple ways to Validate Email Addresses in Laravel 10

Hey there! Have you ever wondered how websites ensure that the email addresses you provide are valid? In this article, I'll walk you through multiple ways to validate email addresses in Laravel 10.

We'll explore different techniques, from basic regex patterns to leveraging Larav...

PHP - file_get_contents() SSL Connection Reset by Peer

PHP - file_get_contents() SSL Connection Reset by Peer

Hey there! So, you're working with PHP and trying to fetch content from an HTTPS URL using the file_get_contents() function, but you keep running into SSL verification issues. Don't worry, you're not alone! Many developers face similar challenges when dealing with SSL cer...

How to Install PHP PDO MySQL Extension in Ubuntu 22.04

How to Install PHP PDO MySQL Extension in Ubuntu 22.04

Hey there! If you're diving into PHP development on Ubuntu 22.04 and need to connect your applications to MySQL databases, you're in the right place. In this step-by-step guide, I'll walk you through installing the PHP PDO MySQL extension on your Ubuntu 22.04 system.

PHP PDO...

Recommended Post
Featured Post
Laravel 9 User Role and Permission
Laravel 9 User Role and Permis...

In this article, we will show you laravel 9 user role and permission with an example. here we will see how to set u...

Read More

Mar-02-2022

How To Import SQL File Into MySQL Using Command
How To Import SQL File Into My...

In this article, we will see how to import SQL files into MySQL using the command. You can import databases in multiple...

Read More

Nov-10-2022

How To Get Current Route In React JS
How To Get Current Route In Re...

As a web developer using React JS, I've come to appreciate the power and efficiency of this JavaScript library. Its...

Read More

Aug-11-2023

Image Upload in Summernote Editor Using Laravel
Image Upload in Summernote Edi...

In this post we will see how to upload image in summernote editor. there are many editor available in laravel...

Read More

Jul-09-2021