create user crud

This commit is contained in:
Geriano
2022-07-18 18:33:06 +07:00
parent bba7192a73
commit 02b2b8b72d
5 changed files with 551 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ class User extends Authenticatable
*/
protected $fillable = [
'name',
'username',
'email',
'password',
];