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

v0.2.1 2024-06-18 18:27 UTC

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.