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. Here, we will learn about downloading pdf file using jquery ajax in laravel 7, laravel 8, and laravel 9. So, you can download pdf file without page refresh in lara...

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 a custom header and footer in a pdf file. For the...

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

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 and intl still face numberformatter not found...

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. XSS attacks enable attackers to inject client-sid...

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 will use "mailtrap" f...

Laravel PHP

RECOMMENDED POSTS

FEATURE POSTS