F
Filament4mo ago
Xavi

Redirect after registration

How to add redirect after form registration?
Solution:
it can handle via the controller sir
Jump to solution
4 Replies
Solution
zydnrbrn
zydnrbrn4mo ago
it can handle via the controller sir
Xavi
Xavi4mo ago
done. I create a new RegistrationResponse and register it on app service provider. Thanks!
Bryan
Bryan4w ago
good day sir can you show me your solution on the redirect after register ?
Xavi
Xavi4w ago
@Bryan I create a new Responese and put this code on AppServiceProvider
$this->app->singleton(
RegistrationResponse::class,
\App\Http\Responses\RegistrationResponse::class
);
$this->app->singleton(
RegistrationResponse::class,
\App\Http\Responses\RegistrationResponse::class
);
Want results from more Discord servers?
Add your server