jdicdican / knowlaravel

Laravel project for experiments (The Blog/Article Project)
0 stars 0 forks source link

Feature: New model UserDetail and added columns to users #6

Closed silverhero13 closed 6 years ago

silverhero13 commented 6 years ago

Added the username and usertype columns to the users table through migration. Created a new model - UserDetail with firstname and lastname as attributes.

silverhero13 commented 6 years ago

Issue #1