Implementacion de modulo de pedidos

This commit is contained in:
Guillermo Gutierrez
2024-03-30 08:18:49 -07:00
parent f0341c3a61
commit e0b8ecb1f2
43 changed files with 3262 additions and 57 deletions

View File

@@ -58,7 +58,7 @@ class UserController extends Component
}
$this->validate([
'user.name' => 'required|min:3',
'password' => 'required|min:6'
// 'password' => 'required|min:6'
]);
$this->user->password = Hash::make($this->password);