https://github.com/shahednasser/laravel-pdf-tutorial
Tutorial for Creating PDF with Laravel
https://github.com/shahednasser/laravel-pdf-tutorial
laravel laravel-framework laravel-tutorial laravel8 mpdf pdf pdf-generation php
Last synced: 9 months ago
JSON representation
Tutorial for Creating PDF with Laravel
- Host: GitHub
- URL: https://github.com/shahednasser/laravel-pdf-tutorial
- Owner: shahednasser
- Created: 2022-01-18T16:57:29.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:00:10.000Z (over 2 years ago)
- Last Synced: 2024-10-11T14:54:53.427Z (over 1 year ago)
- Topics: laravel, laravel-framework, laravel-tutorial, laravel8, mpdf, pdf, pdf-generation, php
- Language: PHP
- Homepage: https://blog.shahednasser.com/create-pdf-in-laravel-tutorial/
- Size: 200 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Create PDF with Laravel
Code for [Create PDF in Laravel Tutorial](https://blog.shahednasser.com/create-pdf-in-laravel-tutorial/).
## Installation
After cloning the repository, install the dependencies:
```bash
composer install
```
## Run Server
Run the server with this command:
```bash
php artisan serve
```