insert([[ 'nev' => 'Admin', 'email' => 'admin@gmail.com', 'felh_nev' => 'admin', 'jelszo' => Hash::make('admin'), 'is_admin' => true, 'created_at' => now(), 'updated_at' => now() ], [ 'nev' => 'Felhasználó', 'email' => 'felhasznalo@gmail.com', 'felh_nev' => 'felhaszalo', 'jelszo' => Hash::make('felhasznalo'), 'is_admin' => false, 'created_at' => now(), 'updated_at' => now() ]]); } }