⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.134
Server IP:
68.65.123.197
Server:
Linux premium49.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
smarbgfw
/
card.smartech-hub.com
/
config
/
View File Name :
verify-new-email.php
<?php return [ /** * Here you can specify the name of a custom route to handle the verification. */ 'route' => 'user.verify.email.verification', /** * Here you can specify the path to redirect to after verification. */ 'redirect_to' => '/user/dashboard', /** * Whether to login the user after successfully verifying its email. */ 'login_after_verification' => true, /** * Should the user be permanently "remembered" by the application. */ 'login_remember' => false, /** * Model class that will be used to store and retrieve the tokens. */ 'model' => \ProtoneMedia\LaravelVerifyNewEmail\PendingUserEmail::class, /** * The Mailable that will be sent when the User wants to verify * its initial email address (that got used with registering). */ 'mailable_for_first_verification' => \ProtoneMedia\LaravelVerifyNewEmail\Mail\VerifyFirstEmail::class, /** * The Mailable that will be sent when the User wants to verify * a new email address, for example when the User wants to * update its email address. */ 'mailable_for_new_email' => \ProtoneMedia\LaravelVerifyNewEmail\Mail\VerifyNewEmail::class, ];