whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
app
/
Listeners
/
Upload File:
files >> /home/kckglobal/public_html/portal/app/Listeners/NewUserListener.php
<?php namespace App\Listeners; use App\Events\NewUserEvent; use App\Notifications\NewUser; use Illuminate\Support\Facades\Notification; class NewUserListener { public function handle(NewUserEvent $event) { Notification::send($event->user, new NewUser($event->user, $event->password)); } }
Copyright ©2021 || Defacer Indonesia