DEV Community

Discussion on: Redirect after login in Laravel.

Collapse
 
arielmejiadev profile image
Ariel Mejia

Hi, the example was created with Laravel 7 using "laravel/ui" package, its an official package, with Laravel 8 you can still working with "laravel/ui" package or use Jetstream, that use "hooks" some method to override behavior without coverriding class methods directly, the example works perfectly on "laravel/ui", if you prefer jetstream go to official jetstream docs to get more info about it.