TAGS : Laravel 8

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

Laravel 8 Get Latest Record From Database

In this article, we will see laravel 8 get the latest records from the database. In PHP, you can use order by clause with descending order to get the last record from the database but in larav...

Laravel PHP MySQL

How To Generate QR Code In Laravel 8

In this article, we will see how to generate QR code in laravel 8. we will generate QR code using the simplesoftwareio/simple-qrcode package in laravel 8. simplesoftwareio/simple-qrc...

Laravel PHP

Laravel 8 Run Specific Seeder Example

In this article, we will explore how to run a specific seeder in Laravel 8, 9, or 10. If you ever need to execute a single seeder in any of these Laravel versions, you can use the process to run a...

Laravel

Laravel 8 Paypal Payment Gateway Integration

In this article, we will see laravel 8 PayPal payment gateway integration. Paypal is an international payment processing gateway working in the majority of countries that support online money...

Laravel PHP

How To Get Array Length In VueJS

In this article, we will see how to get "array length" in Vue JS and how to get "object length" in Vue JS. we will learn about Vue JS get array...

Laravel VueJs

Laravel 8 AJAX CRUD Using Datatable

In this article, we will see the laravel 8 AJAX CRUD operation using datatable. we will perform the AJAX CRUD operation without page refresh. If you don't want to page reload when you...

Laravel PHP jQuery MySQL Bootstrap

Laravel 8 Custom Email Verification Tutorial

In this article, we will see laravel 8 custom email verification. Many web applications require users to verify their email addresses before using the application. Laravel provides conven...

Laravel PHP

Laravel 8 Class NumberFormatter Not Found

In this article, we will see laravel 8 class 'numberformatter' not found. For numberformatter we need PHP 5.3.0, PHP 7, PHP 8, PECL intl >= 1.0.0 and I have PHP 7 a...

Laravel PHP

RECOMMENDED POSTS

FEATURE POSTS