Set easy password on users table

3 years ago

frogeyedman

Local only ofc

Code

DB::table('users')->update([
  'password' => Hash::make('secret'),
]);

Output

=> 3
New course: Desktop apps with Electron