- I've explored how to use the Laravel's authentication classes via
Auth
facade. - Behind the scenes, Laravel's authentication system uses sessions to maintain the user's logged-in state across multiple requests.
- I can protect routes by attaching the middleware to a route definition. This will only allow authenticated user to access a given route. The syntax is
->middleware('auth)
- I've learn how to make migrations and build a schema using Laravel's query builder
- I've explored the Eloquent:Factory and explored how to run a seeder to populate the database.
authentication-exercise
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||