Laravel Episode 11: Updating My Profile


episode 10

Episode 11: Updating My Profile

 

  • Changes in between episode 10 and 11
    • Cleaned up code in routes file.
    • Go through code and replaced Role::userHasRole() with User::hasRoles().
    • Removed __construct() from ProductController.
    • Update database diagram to match current database schema.
  • Create route for /my-profile.
    • Create new route group for auth middleware.
  • Create methods in UserController.
    • myProfile()
    • myProfileUpdate()
      • Make sure to show that the password field is optional.
  • Create view users/my_profile.blade.php.
  • Create link in navbar for my profile interface.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.