Set easy password on users table

4 years ago

frogeyedman

Local only ofc

Code

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

Output

=> 3
HELO: Local email testing for your desktop!