TAGS : Laravel 7

How To Download PDF File Using AJAX In Laravel 9

In this article, we will see how to download pdf file using ajax in laravel 9 and laravel 10. Here, we will learn about downloading pdf file using jquery ajax in laravel 7, laravel 8, lar...

Laravel jQuery

How To Set Header And Footer In PDF In Laravel 9

In this article, we will see how to set the header and footer in pdf in laravel 9. Here, we will learn to add a header and footer in pdf using laravel 7, laravel 8, and laravel 9. You can set...

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

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

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

How To Create Middleware For XSS Protection In Laravel 8

In this article, we will see how to create middleware for XSS protection in laravel 8. Cross-site scripting is a type of security vulnerability that can be found in some web applications....

Laravel PHP

How To Generate PDF and Send Email In Laravel 8

In this article, we will see how to generate a pdf and send an email in laravel 8. For generating PDF files we will use the "laravel-dompdf" package also we wil...

Laravel PHP

RECOMMENDED POSTS

FEATURE POSTS