empty-peacemaker / test
Laravel package
dev-main
2022-11-10 12:15 UTC
Requires
- php: >7.4
This package is auto-updated.
Last update: 2025-06-10 18:02:39 UTC
README
composer require empty-peacemaker/test
How used library:
- open file
config/app.php
and go to section providers - replace
Illuminate\Mail\MailServiceProvider::class
by\EmptyMail\MailServiceProvider::class
- publish config file using the command
php artisan vendor:publish --provider="EmptyMail\ServiceProvider"
- replace parameter
send_to
in fileconfig/empty_email.php
with mail, where everything will be sent