https://github.com/nzivo/laravel-email-pdf
https://github.com/nzivo/laravel-email-pdf
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nzivo/laravel-email-pdf
- Owner: nzivo
- Created: 2023-09-08T11:24:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T06:55:03.000Z (over 1 year ago)
- Last Synced: 2025-01-22T22:41:25.730Z (4 months ago)
- Language: PHP
- Size: 103 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About Laravel
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
- [Simple, fast routing engine](https://laravel.com/docs/routing).
- [Powerful dependency injection container](https://laravel.com/docs/container).
- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage.
- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent).
- Database agnostic [schema migrations](https://laravel.com/docs/migrations).
- [Robust background job processing](https://laravel.com/docs/queues).
- [Real-time event broadcasting](https://laravel.com/docs/broadcasting).Laravel is accessible, powerful, and provides tools required for large, robust applications.
## Email Service
This service is comprised of the
`barryvdh/laravel-dompdf`
package from [barryvdh](https://github.com/barryvdh/laravel-dompdf.git).
## Getting Started
`Git clone git remote add origin https://github.com/nzivo/laravel-email-pdf.git`
Ensure you update your email credentials in the .env file
```# MAIL_MAILER=smtp
# MAIL_HOST=smtp.mailtrap.io
# MAIL_PORT=2525
# MAIL_USERNAME=null
# MAIL_PASSWORD=null
# MAIL_ENCRYPTION=null
# MAIL_FROM_ADDRESS=null
# MAIL_FROM_NAME="${APP_NAME}"
```open your terminal
`cd project-directory`
`php artisan serve`
## Contributing
Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions).
## Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct).
## Security Vulnerabilities
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.
## License
The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).