n1k-crimea/spoofmailpackage

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

Maintainers

Package info

github.com/n1k-crimea/spoofmailpackage

pkg:composer/n1k-crimea/spoofmailpackage

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-04-16 09:47:33 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"