Download the PHP package sfneal/post-office without Composer
On this page you can find all versions of the php package sfneal/post-office. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sfneal/post-office
More information about sfneal/post-office
Files in sfneal/post-office
Package post-office
Short Description Email suite for Laravel applications with extended Mailable & Notification functionality
License MIT
Homepage https://github.com/sfneal/post-office
Informations about the package post-office
Post Office
Email suite for Laravel applications with extended Mailable & Notification functionality
Installation
You can install the package via composer:
To modify the post-office config file & views, publish the ServiceProvider with the following command.
Usage
Creating a Mailable
& sending it using the SendMail
job.
First create a Mailable
extension & implement applicable mailable interfaces.
Next, instantiate your Mailable
& pass it as the $mailable parameter to the SendMail
job. SendMail
can be dispatched to the Job queue or executed synchronously.
Creating a Notification & sending it using the Notification
facade
First create a Notification
extension that defines your notification.
Send the Notification using either the send()
or sendNow()
methods.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Stephen Neal
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
PHP Package Boilerplate
This package was generated using the PHP Package Boilerplate.
All versions of post-office with dependencies
laravel/framework Version ^8.75|^9.0|^10.0
sfneal/queueables Version ^2.0