Upgrading to Laravel 5.5

Logging in with Dusk

Testing the Login Endpoint

This free course uses older versions of Laravel. It is provided as-is, without ongoing updates or individual support.

The next thing we'd like to build is the ability for promoters to add new concerts, but before we can do that, we need to give them a way to log in to the application.

In this lesson, we drive out our initial /login endpoint.