drewlabs / envoyer-laravel
Envoyer bindings for laravel framework
Installs: 67
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/drewlabs/envoyer-laravel
Requires
- drewlabs/envoyer: ^0.2.4
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
This package is auto-updated.
Last update: 2025-10-18 21:26:02 UTC
README
This library provides envoyer binding for laravel web framework.
Usage
The library uses, composer extra configuration to automatically register a service provider that exposes commands to publish configuration for laravel framework.
- Config
To publish envoyer configuration run:
php artisan vendor:publish --tag=envoyer
Note The above command will create a file with name envoyer.php in the config folder at the root of your project directory.