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
How to Disable Right Click using jQuery
How to Disable Right Click usi...

In this small post i will show you how to disable right click using jquery. Here, we will disable right click on pa...

Read More

Aug-18-2021

How To Install React JS Step By Step
How To Install React JS Step B...

In this article, we will see how to install React JS step by step. we will see how to set up an environment fo...

Read More

Aug-08-2022

How to Multiple Image Upload in Laravel 10 API
How to Multiple Image Upload i...

Hello everyone! I'm excited to share with you how I'm enhancing my Laravel 10 API by enabling the capability to...

Read More

Dec-01-2023

Laravel 8 Left Join Query Example
Laravel 8 Left Join Query Exam...

In this tutorial I will give you laravel 8 left join query example. laravel left join eloquent returns all rows from the...

Read More

Nov-26-2021