Categories : Laravel



How to Add Toastr Notification in Laravel 11 Example

How to Add Toastr Notification in Laravel 11 Example

Hello developer! In this guide, we'll see how to add toastr notification in laravel 11. Here, we'll display toastr notifications using cdn jQuery. toastr is a Javascript library for non-blocking notifications.

You can display toastr notifications like su...

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

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

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

Recommended Post
Featured Post
How To Convert HTML To PDF using JavaScript
How To Convert HTML To PDF usi...

In this example we will see how to convert html to pdf using javaScript. PDF file format is very useful to dow...

Read More

Aug-23-2021

How to Convert Datetime into Milliseconds in PHP
How to Convert Datetime into M...

Converting DateTime into milliseconds in PHP can be useful for various applications, such as timestamping events or meas...

Read More

Mar-15-2024

Laravel Clear Cache Using Artisan Command
Laravel Clear Cache Using Arti...

In this tutorial, I am giving information about laravel artisan command which can help you to clear your application'...

Read More

May-18-2020

How To Generate QR Code Using Javascript
How To Generate QR Code Using...

In this tutorial we will see how to generate QR code using javascript. we will implement QR code generator without...

Read More

Jul-19-2021