envoyer-laravel maintained by drewlabs
Description
Envoyer bindings for laravel framework
Author
Last update
2024/06/18 20:27
(dev-master)
License
Downloads
82
Envoyer Laravel
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.