Skip to content

New Form Fields and Database Table Columns #70

@kwameboame

Description

@kwameboame

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions