CATEGORIES : MySQL

Order By Query In Laravel 9 Example

In this article, we will see order by query in the laravel 9 examples. Here, we will learn how to use order by in laravel 9. Also, we will give you an example of laravel 9 order by with w...

Laravel PHP MySQL

How To Connect Multiple Database In Laravel 9

In this article, we will see how to connect multiple databases in laravel 9 and laravel 10. we will learn how to use multiple database connections in laravel 9/10. Also, we will see laravel 9 multi...

Laravel MySQL

Laravel 9 AJAX CRUD Operation Example

In this article, we will see laravel 9 AJAX CRUD Operation. here, we will learn how to create AJAX CRUD Operation in Laravel 9 without page refresh. In this post,...

Laravel PHP jQuery MySQL

Laravel 9 CRUD Operation Step By Step

In this article, we will see the laravel 9 crud operation step by step. As we know Laravel 9 was officially released with many new functionalities like Symfony 6.0 components, Symfony Mailer, Flysy...

Laravel PHP MySQL

How To Get Last 15 Days Records In MySQL Query

In this article, we will see how to get the last 15 days records in MySQL query. In PHP, you can use INTERVAL to get the last 15 days record from the database table. For MySQL queries, we use...

MySQL

How To Get Current Month Records In MySQL Query

In this article, we will see how to get current month records in MySQL query. For data analysis and reporting, we need more data or records. So, we will learn how to get current month data in MySQL...

MySQL

How To Get Current Week Records In MySQL Query

This article will show how to get the current week's records in MySQL query. We often get the current week's records or fetch this week’s records for reporting and analysis. So,...

MySQL

How To Get Hourly Data In MySQL Query

In this article, we will see how to get hourly data in MySQL Query. Many times we need to get hourly data or we are required to get data every hour in MySQL. For getting data for every ho...

MySQL

Laravel 8 Get Last 30 Days Record From Database

In this article, we see laravel 8 get the last 30 days record from the database. In PHP, you can use INTERVAL to get the last 30 days record from the database. Also, we can see how to get ...

Laravel PHP MySQL

Laravel 8 Get Last 7 Days Records

In this article, we will see laravel 8 get the last 7 days records. In PHP, you can use INTERVAL to get the last 7 days record from the database. In laravel, you can get the last 7 days r...

Laravel PHP MySQL

RECOMMENDED POSTS

FEATURE POSTS