Login page first

how can I get it that the user must first log in before he sees the home page. So first, the login page should come as in the demo.

Regards

Peter

You can see the entire codebase for the demo sprinkle at https://github.com/userfrosting/demo. In our case, we’ve turned the index page (/) into the registration page by overriding the route definition. See https://github.com/userfrosting/demo/blob/master/routes/routes.php.