Tag : PHP



How to Create Apexcharts Line Chart in Laravel 11

How to Create Apexcharts Line Chart in Laravel 11

Hello developers! In this article, we'll see how to create apexcharts line 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 open-source project and is fre...

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 open-source project and is...

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 Connect ftp Server Using php
How To Connect ftp Server Usin...

Hello All, In this post i will show you how to connect ftp server using php. PHP provide inbuilt functio...

Read More

May-12-2021

How To Create Custom Helper Function In Laravel 10
How To Create Custom Helper Fu...

In this article, we'll explore how to create a custom helper function in Laravel 10. This custom helper function can...

Read More

Mar-20-2023

How To Generate RSS Feed In Laravel 9
How To Generate RSS Feed In La...

In this article, we will see how to generate an RSS feed in laravel 9. Here, we will generate an RSS feed in larave...

Read More

Dec-12-2022

Localization - Laravel Localization Example
Localization - Laravel Localiz...

In this article, we will see localization - laravel localization example. Laravel's localization features provide a...

Read More

Nov-06-2020