CasperSecurity

Current Path : /var/www/DbSyncProject_Amebi07_Library_DB/database/factories/
Upload File :
Current File : /var/www/DbSyncProject_Amebi07_Library_DB/database/factories/StudentInfoFactory.php

<?php

namespace Database\Factories;

use App\Models\StudentInfo;
use Illuminate\Database\Eloquent\Factories\Factory;

class StudentInfoFactory extends Factory
{
    /**
     * The name of the factory's corresponding model.
     *
     * @var string
     */
    protected $model = StudentInfo::class;

    /**
     * Define the model's default state.
     *
     * @return array
     */
    public function definition()
    {
        return [
            'name'=> $this->faker->name(),
            'email'=> $this->faker->unique()->safeEmail(),
            'contact'=> $this->faker->unique()->phoneNumber(),
            'address'=> $this->faker->address(),
        ];
    }
}
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY