home
/
forge
/
roadtovirtuosity.com
/
database
/
seeders
➕ New
📤 Upload
✎ Editing:
UserSeeder.php
← Back
<?php namespace Database\Seeders; use Illuminate\Database\Console\Seeds\WithoutModelEvents; use Illuminate\Database\Seeder; use App\Models\User; use Illuminate\Support\Facades\Hash; class UserSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function run() { $users = [ [ 'name' => 'user', 'username' => 'user', 'email' => 'user@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "Bring Me The Horizon", 'youtube_channel_link' => "https://www.youtube.com/channel/UCAayZDDj3uom0QpSJiwLoUw", 'youtube_channel_verification' => 1, 'state_id' => 1805, 'level' => 1, 'country_id' => 102, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'user1', 'username' => 'user1', 'email' => 'user1@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "MyChannel1", 'youtube_channel_link' => "https://www.youtube.com/@Google1", 'youtube_channel_verification' => 1, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'user2', 'username' => 'user2', 'email' => 'user2@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "MyChannel2", 'youtube_channel_link' => "https://www.youtube.com/@Google2", 'youtube_channel_verification' => 1, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'Tim', 'username' => 'Tim Henson', 'email' => 'timhenson@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "Polyphia", 'youtube_channel_link' => "https://www.youtube.com/@Google3", 'youtube_channel_verification' => 1, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'user4', 'username' => 'user4', 'email' => 'user4@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "MyChannel3", 'youtube_channel_link' => "https://www.youtube.com/@Google4", 'youtube_channel_verification' => 1, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'user5', 'username' => 'user5', 'email' => 'user5@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "MyChannel4", 'youtube_channel_link' => "https://www.youtube.com/@Google5", 'youtube_channel_verification' => 1, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'user6', 'username' => 'user6', 'email' => 'user6@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "MyChannel5", 'youtube_channel_link' => "https://www.youtube.com/@Google6", 'youtube_channel_verification' => 2, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'user7', 'username' => 'user7', 'email' => 'user7@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "MyChannel6", 'youtube_channel_link' => "https://www.youtube.com/@Google7", 'youtube_channel_verification' => 2, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'user8', 'username' => 'user8', 'email' => 'user8@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "MyChannel7", 'youtube_channel_link' => "https://www.youtube.com/@Google8", 'youtube_channel_verification' => 2, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'user9', 'username' => 'user9', 'email' => 'user9@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "MyChannel8", 'youtube_channel_link' => "https://www.youtube.com/@Google9", 'youtube_channel_verification' => 2, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], [ 'name' => 'user10', 'username' => 'user10', 'email' => 'user10@gmail.com', 'email_verified_at' => now(), 'status' => 1, 'password' => Hash::make('password'), 'dob' => now(), 'youtube_channel' => "MyChannel9", 'youtube_channel_link' => "https://www.youtube.com/@Google10", 'youtube_channel_verification' => 2, 'state_id' => 1, 'level' => 1, 'country_id' => 4, 'description' => "is a junior musician who has a great passion in music. She has pursued her music career from a young age and has shown tremendous talent in various areas of music. With musical influences from various genres such as pop, R&B, and jazz", ], // Tambahkan data pengguna lainnya di sini... ]; foreach ($users as $userData) { User::create($userData); } } }
💾 Save Changes
Cancel
📤 Upload File
×
Select File
Upload
Cancel
➕ Create New
×
Type
📄 File
📁 Folder
Name
Create
Cancel
✎ Rename Item
×
Current Name
New Name
Rename
Cancel
🔐 Change Permissions
×
Target File
Permission (e.g., 0755, 0644)
0755
0644
0777
Apply
Cancel