hngprojects / hng_boilerplate_php_laravel_web

Apache License 2.0
148 stars 58 forks source link

feat: profile migration update #581

Closed AdelakunShola closed 3 weeks ago

AdelakunShola commented 3 weeks ago

Description

​Added new fields to the profiles table migration and updated the update method in the ProfileController to handle these fields.

Related Issue (Link to Github issue)

Motivation and Context

The profiles table needed additional columns to store user information.

How Has This Been Tested?

it was tested using postman and phpunit test ​

Screenshots (if appropriate - Postman, etc):

p update p update1

Types of changes