Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qirolab/laravel-pdf-tutorial-using-spatie-browsershot
This repository offers a concise tutorial on integrating PDF generation in Laravel using Spatie/Browsershot.
https://github.com/qirolab/laravel-pdf-tutorial-using-spatie-browsershot
browershot laravel laravel-framework laravel-package pdf pdf-generation puppeteer spatie
Last synced: about 2 months ago
JSON representation
This repository offers a concise tutorial on integrating PDF generation in Laravel using Spatie/Browsershot.
- Host: GitHub
- URL: https://github.com/qirolab/laravel-pdf-tutorial-using-spatie-browsershot
- Owner: qirolab
- Created: 2024-01-10T21:24:32.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-03-01T13:10:50.000Z (10 months ago)
- Last Synced: 2024-03-01T14:31:22.766Z (10 months ago)
- Topics: browershot, laravel, laravel-framework, laravel-package, pdf, pdf-generation, puppeteer, spatie
- Language: PHP
- Homepage: https://www.youtube.com/watch?v=320vwRDqi9w
- Size: 146 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel PDF Generation Tutorial with Spatie/Browsershot
## Overview
This repository serves as a tutorial guide for integrating PDF generation functionality into a Laravel project using the Spatie/Browsershot package. The package, leveraging Puppeteer, allows developers to seamlessly convert HTML views into PDF documents.
## Video Tutorial
[![Laravel Spatie BrowserShot Tutorial](https://i3.ytimg.com/vi/320vwRDqi9w/hqdefault.jpg)](https://youtu.be/320vwRDqi9w)
## Additional Resources
- **Video Tutorial:** Check out our video tutorial on YouTube for a step-by-step walkthrough: [Laravel PDF Generation with Spatie/Browsershot](https://youtu.be/320vwRDqi9w)
- **Blog Post:** Read our accompanying blog post for in-depth insights and tips: [Exploring Laravel PDF Generation with Spatie/Browsershot](https://qirolab.com/posts/effortless-pdf-generation-in-laravel-a-guide-to-using-spatiebrowsershot-package-1704922615)
## Download your copy of the eBook today and become a JavaScript pro
[![JavaScript: ES2015 to ES2023](https://i.imgur.com/YyCohWc.png)](https://qirolab.gumroad.com/l/javascript-from-es2015-to-es2023)## License
This project is open-source software licensed under the [MIT license](https://opensource.org/licenses/MIT). Feel free to use and modify the code as needed.
## Acknowledgments
- [Laravel](https://laravel.com/)
- [Spatie/Browsershot](https://github.com/spatie/browsershot)
- [Puppeteer](https://github.com/puppeteer/puppeteer)Thank you for choosing this tutorial repository for Laravel PDF Generation with Spatie/Browsershot! If you encounter any issues or have suggestions, please feel free to open an issue or submit a pull request.