Assignment 2: User Profile Manipulation

You must first complete Assignment 1: Research before viewing this Lesson

The purpose of this assignment is to modifiy assignment 1 for some basic image storage.

Fork last week’s project. Create a new branch called with-user-avatar

  • add a user avatar upload / gravatar default to the user profile
    • ensure that the uploaded file is a valid image of a reasonable size
  • In the header, add a right-aligned box that contains the image (in a circle) with an Edit Profile link.
    • Keep in mind what this will look like if an image with a transparent background is uploaded.

As per usual:

Contact me if you have technical questions. However, don’t contact me with research questions as I’m trying to gauge your research skill.

As with all of these problems, keep track of the time you spend.

Back to: Laravel Team Onboarding