Categories : Laravel



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 Apexcharts Bar Chart in Laravel 11

How to Create Apexcharts Bar Chart in Laravel 11

Hello developers! In this article, we'll see how to create apexcharts bar 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 

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 Install Yajra Datatable Example

Laravel 11 Install Yajra Datatable Example

In this tutorial, we'll explore an example of installing Yajra Datatable in Laravel 11. In every project, it's essential to display records with a visually appealing UI, and we often need features like easy searching, sorting, and pagination. Yajra Datatable helps us achieve this easily.<...

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

How to Display Validation Error Message in Laravel Vue JS

How to Display Validation Error Message in Laravel Vue JS

Hey folks, are you ready to make your Laravel Vue.js application even more user-friendly by implementing validation error messages? Well, you're in luck because I'm here to guide you through the process in a simple and easy-to-follow manner.

In this guide, I'll walk you thro...

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

Recommended Post
Featured Post
How To Two Factor Authentication Using Email In Laravel 10
How To Two Factor Authenticati...

In this article, we will see how to two-factor authentication using email in laravel 10. Here, we will learn about...

Read More

Apr-14-2023

Send Mail Example In Laravel 8
Send Mail Example In Laravel 8

In this article, we will see send mail in laravel 8. here we will see how to send mail in laravel 8. Emai...

Read More

Oct-16-2020

How to Create Auto Generate Slug with Laravel Livewire
How to Create Auto Generate Sl...

Creating an auto-generating slug using Laravel Livewire is a practical and efficient way to handle slugs for your applic...

Read More

Oct-27-2023

How to Get Selected Checkbox Value in Array Using jQuery
How to Get Selected Checkbox V...

In this post we will see how to get selected checkbox value in array using jquery. Here i will give you some example to&...

Read More

May-24-2021