https://github.com/cess15/api-pdf
https://github.com/cess15/api-pdf
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cess15/api-pdf
- Owner: cess15
- Created: 2021-07-27T23:28:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T00:01:02.000Z (about 5 years ago)
- Last Synced: 2025-07-01T07:54:33.985Z (about 1 year ago)
- Language: PHP
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Api que genera un PDF
## _Este proyecto fue realizado con Laravel 8_
## Pasos a considerar
- Crear la base de datos de preferencia con MySQL
- Correr las migraciones con el tag --seed para llenar la base de datos con registros
- Acceder a la api con el siguiente endpoint localhost:puerto/api/reservations/{id}/pdf
## Plugins
El proyecto utiliza los siguientes plugin.
| Plugin | README |
| ------ | ------ |
| barryvdh/laravel-dompdf | [https://github.com/barryvdh/laravel-dompdf][PlDb] |
[PlDb]: