drewlabs / envoyer-laravel
Envoyer bindings for laravel framework
v0.2.1
2024-06-18 18:27 UTC
Requires
- drewlabs/envoyer: ^0.2.4
- illuminate/support: ^8.0|^9.0|^10.0|^11.0
This package is auto-updated.
Last update: 2024-10-18 19:14:29 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.