TAGS : Laravel 8

How To Install Sweetalert2 In Laravel 9

In this article, we will see how to install sweetalert2 in laravel 9. Here, we will learn how to use sweetalert2 in laravel 8 and laravel 9 and display a modern and beautiful alert box. sweetalert2 is used to create different types of th...

Laravel PHP jQuery

500 Internal Server Error In Laravel 9 AJAX

In this article, we will see 500 internal server errors in laravel 9 ajax. Also, we can see how to solve or fixed laravel 9 500 internal server error ajax. If you are fetching 500 internal server errors in jquery ajax post request in lar...

Laravel PHP jQuery

How To Validate Form In Laravel 9

In this article, we will see how to validate a form in laravel 9. For any incoming data, we need to validate it before storing it in the database. Laravel provides several different approaches to validate your application's incoming...

Laravel

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 the last 1 month's data records in larav...

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 record using the eloquent model. Also, we can...

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 laravel, you can simply get the last record using the l...

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-qrcode package is an easy-to-use PHP QR Code gen...

Laravel PHP

Laravel 8 Run Specific Seeder Example

In this article, we will see the laravel 8 run specific seeder example. If you want to run only one seeder in laravel then you can run a specific seeder. here we will see you how to run a specific seeder in laravel 8 or how to run a seed...

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 transfers. Paypal is a safer, easier way...

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 length or object length. if you worked with...

Laravel VueJs

RECOMMENDED POSTS

FEATURE POSTS