n1k-crimea / spoofmailpackage
This package is intended to replace the e-mai recipient when working with an environment other than "production"
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/n1k-crimea/spoofmailpackage
Requires
- php: >=7.2
- laravel/framework: ^v7.0.0
Requires (Dev)
- orchestra/testbench: ^4.0
This package is not auto-updated.
Last update: 2026-01-08 08:35:07 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"