V1rus Private
User / IP
:
216.73.217.108
Host / Server
:
190.92.174.125 / aerosofthealthcare.com
System
:
Linux s3739.bom1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64
Cmd
|
Upload
|
Mass Deface
|
Create
|
Sym
:
/
home
/
aerosoft
/
www
/
pos
/
database
/
seeds
/
Viewing: UserSeeder.php
<?php use Illuminate\Database\Seeder; use Illuminate\Support\Facades\DB; class UserSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { // Insert some stuff DB::table('users')->insert( array( 'id' => 1, 'firstname' => 'William', 'lastname' => 'Castillo', 'username' => 'William Castillo', 'email' => 'admin@example.com', 'password' => '$2y$10$IFj6SwqC0Sxrsiv4YkCt.OJv1UV4mZrWuyLoRG7qt47mseP9mJ58u', 'avatar' => 'no_avatar.png', 'phone' => '0123456789', 'role_id' => 1, 'statut' => 1, 'is_all_warehouses' => 1, ) ); } }
Coded With 💗 by
HanzOFC