n1k-crimea/spoofmailpackage

This package is intended to replace the e-mai recipient when working with an environment other than "production"

dev-master 2021-03-23 10:49 UTC

This package is not auto-updated.

Last update: 2024-10-03 02:07:55 UTC


README

SpoofMailPackage is intended to replace the e-mai recipient when working with an environment other than "production". Compatible with Laravel 7 version.

Note:

Developed as part of a test task

Installation

composer require n1k-crimea/spoofmailpackage - install package

php artisan spoofmailpackage:install - publish package config file, this command is similar to:

php artisan vendor:publish --provider="Nik\SpoofMailPackage\SpoofMailServiceProvider" --tag="config"