Looking to hire Laravel developers? Try LaraJobs

envoyer-laravel maintained by drewlabs

Description
Envoyer bindings for laravel framework
Last update
2024/06/18 20:27 (dev-master)
License
Links
Downloads
82

Comments
comments powered by Disqus

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.