When a user logs in, Laravel redirects it to path stored in HOME
constant by default. If you want to modify this constant or add constants of your own, you can do it like this.
- Open
app\Providers\RouteServiceProvider.php
- Search
public const HOME
to updateHOME
constant - You can add your own just like that