Skip to content

how to modify user table

I would like to add two fields to the table user. the first name and a key. on RegisterController On user model table migration I have no errors, but the registration does not go to the database and I stay on the registration page Answer Remove this line ‘cle’ => [‘required’, &#8216…

Route not found in condeigniter but route exsit?

I am new in Codeigniter and my route not working. Route are exists in route file. but when io hit url I get not found error. My Route file is $route[‘default_controller’] = “home”; $route[‘…