-
Notifications
You must be signed in to change notification settings - Fork 292
Closed
Description
Hello Guys,
I created new form fields in the settings area (settings.blade.php).
I also added the new data to the UsersTableSeeder.php like so:
[
'username' => 'kwame',
'email' => 'kwame@example.com',
'password' => Hash::make('password'),
'city' => 'London',
'country' => 'UK',
'descriptiom' => 'I am a PHP developer based in London',
'is_admin' => '1'
]
What else do I have to do to make this work properly (and create columns) so that I can seed the new data into it?
What am I missing? I hope someone can help me solve this.
Metadata
Metadata
Assignees
Labels
No labels