MINI MINI MANI MO

Path : /var/www/html/sistemas/spid/database/seeders/
File Upload :
Current File : /var/www/html/sistemas/spid/database/seeders/UserSeeder.php

<?php

namespace Database\Seeders;

use App\Models\User;
use Illuminate\Database\Seeder;

class UserSeeder extends Seeder
{
    /**
     * Run the database seeds.
     *
     * @return void
     */
    public function run()
    {
        User::create([
            'username' => 'gisel.diaz@legislativoedomex.gob.mx',
            'email' => 'gisel.diaz@legislativoedomex.gob.mx',
            'password' => bcrypt('desagiss'),
            'fullname' => 'Gisel Admin'
        ]);

        User::create([
            'username' => 'jl.garcia@legislativoedomex.gob.mx',
            'email' => 'jl.garcia@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'Jorge Luis Garcia Nava'
        ]);

        User::create([
            'username' => 'estefania.kuri@legislativoedomex.gob.mx',
            'email' => 'estefania.kuri@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'Estefania Kuri'
        ]);

        User::create([
            'username' => 'poloj96@gmail.com',
            'email' => 'poloj96@gmail.com',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'Polo'
        ]);

        User::create([
            'username' => 'juan.jose@legislativoedomex.gob.mx',
            'email' => 'juan.jose@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'Juanjo Admin'
        ]);

        User::create([
            'username' => 'memo@legislativoedomex.gob.mx',
            'email' => 'memo@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'Gisel Admin'
        ]);

        User::create([
            'username' => 'anais.burgos@legislativoedomex.gob.mx',
            'email' => 'anais.burgos@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ANAÍS MIRIAM BURGOS HERNÁNDEZ'
        ]);

        User::create([
            'username' => 'braulio.alvarez@legislativoedomex.gob.mx',
            'email' => 'braulio.alvarez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'BRAULIO ANTONIO ÁLVAREZ JASSO'
        ]);

        User::create([
            'username' => 'emiliano.aguirre@legislativoedomex.gob.mx',
            'email' => 'emiliano.aguirre@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'EMILIANO AGUIRRE CRUZ'
        ]);

        User::create([
            'username' => 'jaime.cervantes@legislativoedomex.gob.mx',
            'email' => 'jaime.cervantes@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'JAIME CERVANTES SÁNCHEZ'
        ]);

        User::create([
            'username' => 'adrian.galicia@legislativoedomex.gob.mx',
            'email' => 'adrian.galicia@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ADRIÁN MANUEL GALICIA SALCEDA'
        ]);

        User::create([
            'username' => 'elba.aldana@legislativoedomex.gob.mx',
            'email' => 'elba.aldana@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ELBA ALDANA DUARTE'
        ]);

        User::create([
            'username' => 'karla.aguilar@legislativoedomex.gob.mx',
            'email' => 'karla.aguilar@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'KARLA AGUILAR TALAVERA'
        ]);

        User::create([
            'username' => 'azucena.cisneros@legislativoedomex.gob.mx',
            'email' => 'azucena.cisneros@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'AZUCENA CISNEROS COSS'
        ]);

        User::create([
            'username' => 'elida.castelan@legislativoedomex.gob.mx',
            'email' => 'elida.castelan@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARÍA ELIDA CASTELÁN MONDRAGÓN'
        ]);

        User::create([
            'username' => 'mario.santana@legislativoedomex.gob.mx',
            'email' => 'mario.santana@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARIO SANTANA CARBAJAL'
        ]);

        User::create([
            'username' => 'maurilio.hernandez@legislativoedomex.gob.mx',
            'email' => 'maurilio.hernandez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MAURILIO HERNÁNDEZ GONZÁLEZ'
        ]);


        User::create([
            'username' => 'marco.cruz@legislativoedomex.gob.mx',
            'email' => 'marco.cruz@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARCO ANTONIO CRUZ CRUZ'
        ]);

        User::create([
            'username' => 'ivan.esquer@legislativoedomex.gob.mx',
            'email' => 'ivan.esquer@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'IVÁN DE JESÚS ESQUER CRUZ'
        ]);

        User::create([
            'username' => 'aurora.gonzalez@legislativoedomex.gob.mx',
            'email' => 'aurora.gonzalez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'AURORA GONZÁLEZ LEDEZMA'
        ]);

        User::create([
            'username' => 'leticia.mejia@legislativoedomex.gob.mx',
            'email' => 'leticia.mejia@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'LETICIA MEJÍA GARCÍA'
        ]);

        User::create([
            'username' => 'roman.cortes@legislativoedomex.gob.mx',
            'email' => 'roman.cortes@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ROMÁN FRANCISCO CORTÉS LUGO'
        ]);

        User::create([
            'username' => 'luis.fierro@legislativoedomex.gob.mx',
            'email' => 'luis.fierro@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'LUIS NARCISO FIERRO CIMA'
        ]);

        User::create([
            'username' => 'alonso.juarez@legislativoedomex.gob.mx',
            'email' => 'alonso.juarez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ALONSO ADRIÁN JUÁREZ JIMÉNEZ'
        ]);

        User::create([
            'username' => 'mario.juarez@legislativoedomex.gob.mx',
            'email' => 'mario.juarez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARIO ARIEL JUÁREZ RODRÍGUEZ'
        ]);

        User::create([
            'username' => 'rigoberto.vargas@legislativoedomex.gob.mx',
            'email' => 'rigoberto.vargas@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'RIGOBERTO VARGAS CERVANTES'
        ]);

        User::create([
            'username' => 'faustino.delacruz@legislativoedomex.gob.mx',
            'email' => 'faustino.delacruz@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'FAUSTINO DE LA CRUZ PÉREZ'
        ]);

        User::create([
            'username' => 'camilo.murillo@legislativoedomex.gob.mx',
            'email' => 'camilo.murillo@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'CAMILO MURILLO ZAVALA'
        ]);
        User::create([
            'username' => 'nazario.gutierrez@legislativoedomex.gob.mx',
            'email' => 'nazario.gutierrez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'NAZARIO GUTIÉRREZ MARTÍNEZ'
        ]);
        User::create([
            'username' => 'valentin.gonzalez@legislativoedomex.gob.mx',
            'email' => 'valentin.gonzalez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'VALENTÍN GONZÁLEZ BAUTISTA'
        ]);

        User::create([
            'username' => 'gerardo.ulloa@legislativoedomex.gob.mx',
            'email' => 'gerardo.ulloa@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'GERARDO ULLOA PÉREZ'
        ]);

        User::create([
            'username' => 'francisco.santos@legislativoedomex.gob.mx',
            'email' => 'francisco.santos@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'FRANCISCO JAVIER SANTOS ARREOLA'
        ]);

        User::create([
            'username' => 'yesica.rojas@legislativoedomex.gob.mx',
            'email' => 'yesica.rojas@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'YESICA YANET ROJAS HERNÁNDEZ'
        ]);

        User::create([
            'username' => 'beatriz.garcia@legislativoedomex.gob.mx',
            'email' => 'beatriz.garcia@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'BEATRIZ GARCÍA VILLEGAS'
        ]);

        User::create([
            'username' => 'martha.moya@legislativoedomex.gob.mx',
            'email' => 'martha.moya@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARTHA AMALIA MOYA BASTÓN'
        ]);

        User::create([
            'username' => 'enrique.jacob@legislativoedomex.gob.mx',
            'email' => 'enrique.jacob@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ENRIQUE EDGARDO JACOB ROCHA'
        ]);

        User::create([
            'username' => 'fernando.gonzalez@legislativoedomex.gob.mx',
            'email' => 'fernando.gonzalez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'FERNANDO GONZÁLEZ MEJÍA'
        ]);

        User::create([
            'username' => 'david.parra@legislativoedomex.gob.mx',
            'email' => 'david.parra@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'DAVID PARRA SÁNCHEZ'
        ]);

        User::create([
            'username' => 'lilia.urbina@legislativoedomex.gob.mx',
            'email' => 'lilia.urbina@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'LILIA URBINA SALAZAR'
        ]);

        User::create([
            'username' => 'gerardo.lamas@legislativoedomex.gob.mx',
            'email' => 'gerardo.lamas@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'GERARDO LAMAS POMBO'
        ]);

        User::create([
            'username' => 'alfredo.quiroz@legislativoedomex.gob.mx',
            'email' => 'alfredo.quiroz@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ALFREDO QUIROZ FUENTES'
        ]);

        User::create([
            'username' => 'paola.jimenez@legislativoedomex.gob.mx',
            'email' => 'paola.jimenez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'PAOLA JIMÉNEZ HERNÁNDEZ'
        ]);

        User::create([
            'username' => 'trinidad.franco@legislativoedomex.gob.mx',
            'email' => 'trinidad.franco@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MA. TRINIDAD FRANCO ARPERO'
        ]);

        User::create([
            'username' => 'omar.ortega@legislativoedomex.gob.mx',
            'email' => 'omar.ortega@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'OMAR ORTEGA ÁLVAREZ'
        ]);

        User::create([
            'username' => 'rosario.elizalde@legislativoedomex.gob.mx',
            'email' => 'rosario.elizalde@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARÍA DEL ROSARIO ELIZALDE VÁZQUEZ'
        ]);

        User::create([
            'username' => 'rosa.zetina@legislativoedomex.gob.mx',
            'email' => 'rosa.zetina@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ROSA MARÍA ZETINA GONZÁLEZ'
        ]);

        User::create([
            'username' => 'carmen.delarosa@legislativoedomex.gob.mx',
            'email' => 'carmen.delarosa@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARÍA DEL CARMEN DE LA ROSA MENDOZA'
        ]);

        User::create([
            'username' => 'daniel.sibaja@legislativoedomex.gob.mx',
            'email' => 'daniel.sibaja@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'DANIEL ANDRÉS SIBAJA GONZÁLEZ'
        ]);

        User::create([
            'username' => 'francisco.rojas@legislativoedomex.gob.mx',
            'email' => 'francisco.rojas@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'FRANCISCO BRIAN ROJAS CANO'
        ]);

        User::create([
            'username' => 'sergio.garcia@legislativoedomex.gob.mx',
            'email' => 'sergio.garcia@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'SERGIO GARCÍA SOSA'
        ]);

        User::create([
            'username' => 'myriam.cardenas@legislativoedomex.gob.mx',
            'email' => 'myriam.cardenas@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MYRIAM CÁRDENAS ROJAS'
        ]);

        User::create([
            'username' => 'ingrid.schemelensky@legislativoedomex.gob.mx',
            'email' => 'ingrid.schemelensky@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'INGRID KRASOPANI SCHEMELENSKY CASTRO '
        ]);

        User::create([
            'username' => 'angeles.davila@legislativoedomex.gob.mx',
            'email' => 'angeles.davila@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARÍA DE LOS ÁNGELES DÁVILA VARGAS'
        ]);

        User::create([
            'username' => 'enrique.vargas@legislativoedomex.gob.mx',
            'email' => 'enrique.vargas@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ENRIQUE VARGAS DEL VILLAR'
        ]);

        User::create([
            'username' => 'miriam.escalona@legislativoedomex.gob.mx',
            'email' => 'miriam.escalona@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MIRIAM ESCALONA PIÑA'
        ]);

        User::create([
            'username' => 'paulina.delmoral@legislativoedomex.gob.mx',
            'email' => 'paulina.delmoral@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'PAULINA ALEJANDRA DEL MORAL VELA'
        ]);

        User::create([
            'username' => 'cristina.sanchez@legislativoedomex.gob.mx',
            'email' => 'cristina.sanchez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'CRISTINA SÁNCHEZ CORONEL'
        ]);

        User::create([
            'username' => 'elias.rescala@legislativoedomex.gob.mx',
            'email' => 'elias.rescala@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ELÍAS RESCALA JIMÉNEZ'
        ]);

        User::create([
            'username' => 'gretel.gonzalez@legislativoedomex.gob.mx',
            'email' => 'gretel.gonzalez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'GRETEL GONZALEZ AGUIRRE'
        ]);

        User::create([
            'username' => 'evelyn.osornio@legislativoedomex.gob.mx',
            'email' => 'evelyn.osornio@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'EVELYN OSORNIO JIMÉNEZ'
        ]);

        User::create([
            'username' => 'isidro.moreno@legislativoedomex.gob.mx',
            'email' => 'isidro.moreno@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'JESÚS ISIDRO MORENO MERCADO'
        ]);

        User::create([
            'username' => 'gerardo.izquierdo@legislativoedomex.gob.mx',
            'email' => 'gerardo.izquierdo@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'JESÚS GERARDO IZQUIERDO ROJAS'
        ]);

        User::create([
            'username' => 'montserrat.sobreyra@legislativoedomex.gob.mx',
            'email' => 'montserrat.sobreyra@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MONTSERRAT SOBREYRA SANTOS'
        ]);

        User::create([
            'username' => 'rosa.hernandez@legislativoedomex.gob.mx',
            'email' => 'rosa.hernandez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARÍA ROSA HERNÁNDEZ ARANGO'
        ]);

        User::create([
            'username' => 'viridiana.fuentes@legislativoedomex.gob.mx',
            'email' => 'viridiana.fuentes@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'VIRIDIANA FUENTES CRUZ'
        ]);

        User::create([
            'username' => 'silvia.barberena@legislativoedomex.gob.mx',
            'email' => 'silvia.barberena@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'SILVIA BARBERENA MALDONADO'
        ]);

        User::create([
            'username' => 'claudia.morales@legislativoedomex.gob.mx',
            'email' => 'claudia.morales@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'CLAUDIA DESIREE MORALES ROBLEDO'
        ]);

        User::create([
            'username' => 'luisa.mendoza@legislativoedomex.gob.mx',
            'email' => 'luisa.mendoza@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARÍA LUISA MENDOZA MONDRAGÓN'
        ]);

        User::create([
            'username' => 'juana.bonilla@legislativoedomex.gob.mx',
            'email' => 'juana.bonilla@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'JUANA BONILLA JAIME'
        ]);

        User::create([
            'username' => 'martin.zepeda@legislativoedomex.gob.mx',
            'email' => 'martin.zepeda@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MARTÍN ZEPEDA HERNÁNDEZ'
        ]);

        User::create([
            'username' => 'karina.labastida@legislativoedomex.gob.mx',
            'email' => 'karina.labastida@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'KARINA LABASTIDA SOTELO'
        ]);

        User::create([
            'username' => 'dionicio.garcia@legislativoedomex.gob.mx',
            'email' => 'dionicio.garcia@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'JORGE GARCÍA SÁNCHEZ'
        ]);
        User::create([
            'username' => 'isaac.montoya@legislativoedomex.gob.mx',
            'email' => 'isaac.montoya@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ISAAC MARTÍN MONTOYA MÁRQUEZ'
        ]);

        User::create([
            'username' => 'mantoluca34@legislativoedomex.gob.mx',
            'email' => 'mantoluca34@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MÓNICA ANGÉLICA ÁLVAREZ NEMER'
        ]);
        User::create([
            'username' => 'luz.hernandez@legislativoedomex.gob.mx',
            'email' => 'luz.hernandez@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'LUZ MARÍA HERNÁNDEZ BERMÚDEZ'
        ]);

        User::create([
            'username' => 'max.correa@legislativoedomex.gob.mx',
            'email' => 'max.correa@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MAX AGUSTÍN CORREA HERNÁNDEZ'
        ]);

        User::create([
            'username' => 'abraham.sarone@legislativoedomex.gob.mx',
            'email' => 'abraham.sarone@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ABRAHAM SARONE CAMPOS'
        ]);

        User::create([
            'username' => 'alicia.mercado@legislativoedomex.gob.mx',
            'email' => 'alicia.mercado@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'ALICIA MERCADO MORENO'
        ]);

        User::create([
            'username' => 'lourdes.delgado@legislativoedomex.gob.mx',
            'email' => 'lourdes.delgado@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'LOURDES JEZABEL DELGADO FLORES'
        ]);

        User::create([
            'username' => 'edith.mercado@legislativoedomex.gob.mx',
            'email' => 'edith.mercado@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'EDITH MARISOL MERCADO TORRES'
        ]);

        User::create([
            'username' => 'monica.granillo@legislativoedomex.gob.mx',
            'email' => 'monica.granillo@legislativoedomex.gob.mx',
            'password' => bcrypt('intra_59**'),
            'fullname' => 'MÓNICA MIRIAM GRANILLO VELAZCO'
        ]);

        User::create([
            'username' => 'adquisiciones@legislativoedomex.gob.mx',
            'email' => 'adquisiciones@legislativoedomex.gob.mx',
            'password' => bcrypt('desarrollo'),
            'fullname' => 'user api'
        ]);






    }
}

OHA YOOOO