Download the PHP package lockally/laravel without Composer
On this page you can find all versions of the php package lockally/laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lockally/laravel
More information about lockally/laravel
Files in lockally/laravel
Download lockally/laravel
More information about lockally/laravel
Files in lockally/laravel
Vendor lockally
Package laravel
Short Description Official Lockally mail driver for Laravel — send transactional email via Lockally with Mail::mailer('lockally').
License MIT
Homepage https://github.com/lockallyinc/lockally-laravel
Package laravel
Short Description Official Lockally mail driver for Laravel — send transactional email via Lockally with Mail::mailer('lockally').
License MIT
Homepage https://github.com/lockallyinc/lockally-laravel
Please rate this library. Is it a good library?
Informations about the package laravel
# Lockally for Laravel
Official Lockally mail driver for Laravel. Send transactional email through
[Lockally](https://lockally.com) using Laravel's native `Mail` — mailables,
notifications, and queued mail all work unchanged.
## Install
The service provider is auto-discovered. Publish the config (optional):
## Configure
Set your API key:
Add the mailer in `config/mail.php`:
## Use
Nothing else changes — use Laravel's `Mail` as usual:
Mailables, `Notification` mail channel, and queued mail route through Lockally
automatically once `MAIL_MAILER=lockally`.
## Notes
- **Reply-To** is delivered via the message headers (Lockally has no separate
`reply_to` field).
- **Attachments** are sent inline as base64 (10 MB per attachment). Inline/CID
images are sent as regular attachments.
- Each send carries a generated `Idempotency-Key`.
Built on the official [`lockally/sdk`](https://packagist.org/packages/lockally/sdk)
PHP client.
## License
MIT
All versions of laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
lockally/sdk Version ^0.1
illuminate/support Version ^10.0 || ^11.0 || ^12.0
symfony/mailer Version ^6.2 || ^7.0
lockally/sdk Version ^0.1
illuminate/support Version ^10.0 || ^11.0 || ^12.0
symfony/mailer Version ^6.2 || ^7.0
The package lockally/laravel contains the following files
Loading the files please wait ...