Learning Laravel: Protected Routes and Authentication
Previously in this series, we have looked at how to install laravel, how laravel works, and how to deploy a laravel app. In today’s post, we are going to look at how you would protect a route so that the user would need to login in order to view a webpage.
Continue reading "Learning Laravel: Protected Routes and Authentication"