Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/database/seeders/RoccosCucinaSeeder.php
Назад
<?php namespace Database\Seeders; use App\Models\VendorItem; use Illuminate\Database\Console\Seeds\WithoutModelEvents; use Illuminate\Database\Seeder; class RoccosCucinaSeeder extends Seeder { /** * Run the database seeds. */ public function run(): void { // RoccosCucina Vendor ID: 1 //CHOICE (A) Items $choiceA = [ [ 'id' => 1, 'vendor_id' => 1, 'name' => "1 slice of cheese pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 63.00, 'status' => 1, 'image' => 'menu-images/monday-a/1 slice of cheese pizza buttered pasta fruit & broccoli $63.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 2, 'vendor_id' => 1, 'name' => "1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 66.50, 'status' => 1, 'image' => 'menu-images/monday-a/1 slice of pepperoni pizza buttered pasta fruit & broccoli $66.50.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 3, 'vendor_id' => 1, 'name' => "1 slice of mushroom pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 66.50, 'status' => 1, 'image' => 'menu-images/monday-a/1 slice of mushroom pizza buttered pasta fruit & broccoli $66.50.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 4, 'vendor_id' => 1, 'name' => "1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 70.00, 'status' => 1, 'image' => 'menu-images/monday-a/1 slice of BBQ chicken pizza buttered pasta fruit & broccoli $70.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 5, 'vendor_id' => 1, 'name' => "2 slices of cheese pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 70.00, 'status' => 1, 'image' => 'menu-images/monday-a/2 slices of cheese pizza, buttered pasta, fruit, & broccoli - $70.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 6, 'vendor_id' => 1, 'name' => "2 slices of pepperoni pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 77.00, 'status' => 1, 'image' => 'menu-images/monday-a/2 slices of pepperoni pizza, buttered pasta, fruit, & broccoli - $77.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 7, 'vendor_id' => 1, 'name' => "2 slices of mushroom pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 77.00, 'status' => 1, 'image' => 'menu-images/monday-a/2 slices of mushroom pizza, buttered pasta, fruit, & broccoli - $77.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 8, 'vendor_id' => 1, 'name' => "2 slices of BBQ chicken pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 80.50, 'status' => 1, 'image' => 'menu-images/monday-a/2 slices of BBQ chicken pizza, buttered pasta, fruit, & broccoli - $80.50.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 9, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 73.50, 'status' => 1, 'image' => 'menu-images/monday-a/3 piece chicken tenders, buttered pasta, fruit, & broccoli - $73.50.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 10, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, 1 slice of cheese pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 92.75, 'status' => 1, 'image' => 'menu-images/monday-a/3 piece chicken tenders, 1 slice of cheese pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 11, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 92.75, 'status' => 1, 'image' => 'menu-images/monday-a/3 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 12, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, 1 slice of mushroom pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 92.75, 'status' => 1, 'image' => 'menu-images/monday-a/3 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 13, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, 1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 92.75, 'status' => 1, 'image' => 'menu-images/monday-a/3 piece chicken tenders, 1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 14, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, buttered pasta, fruit, and broccoli", 'description' => null, 'price' => 82.25, 'status' => 1, 'image' => 'menu-images/monday-a/5 piece chicken tenders, buttered pasta, fruit, and broccoli - $82.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 15, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, 1 slice of cheese pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 101.25, 'status' => 1, 'image' => 'menu-images/monday-a/5 piece chicken tenders, 1 slice of cheese pizza, buttered pasta, fruit, & broccoli - $101.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 16, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 101.25, 'status' => 1, 'image' => 'menu-images/monday-a/5 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli - $101.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 17, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, 1 slice of mushroom pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 101.25, 'status' => 1, 'image' => 'menu-images/monday-a/5 piece chicken tenders, 1 slice of mushroom pizza, buttered pasta, fruit, & broccoli - $101.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 18, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, 1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 101.25, 'status' => 1, 'image' => 'menu-images/monday-a/5 piece chicken tenders, 1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli - $101.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 19, 'vendor_id' => 1, 'name' => "PASTA Only, fruit, and broccoli", 'description' => null, 'price' => 64.75, 'status' => 1, 'image' => 'menu-images/monday-a/PASTA Only, fruit, and broccoli - $64.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 20, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, fruit, & broccoli", 'description' => null, 'price' => 77.00, 'status' => 1, 'image' => 'menu-images/monday-a/Chicken Caesar Salad, fruit, & broccoli - $77.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 21, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, 1 slice of cheese pizza, fruit, & broccoli", 'description' => null, 'price' => 96.25, 'status' => 1, 'image' => 'menu-images/monday-a/Chicken Caesar Salad, 1 slice of cheese pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 22, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, 1 slice of pepperoni pizza, fruit, & broccoli", 'description' => null, 'price' => 96.25, 'status' => 1, 'image' => 'menu-images/monday-a/Chicken Caesar Salad, 1 slice of pepperoni pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 23, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, 1 slice of mushroom pizza, fruit, & broccoli", 'description' => null, 'price' => 96.25, 'status' => 1, 'image' => 'menu-images/monday-a/Chicken Caesar Salad, 1 slice of mushroom pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 24, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, 1 slice of BBQ chicken pizza, fruit, & broccoli", 'description' => null, 'price' => 96.25, 'status' => 1, 'image' => 'menu-images/monday-a/Chicken Caesar Salad, 1 slice of BBQ chicken pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 25, 'vendor_id' => 1, 'name' => "House Salad, fruit, and broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 70.00, 'status' => 1, 'image' => 'menu-images/monday-a/House Salad.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 26, 'vendor_id' => 1, 'name' => "House Salad, 1 slice of cheese pizza, fruit, & broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 89.25, 'status' => 1, 'image' => 'menu-images/monday-a/House Salad, 1 slice of cheese pizza, fruit, & broccoli - $89.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 27, 'vendor_id' => 1, 'name' => "House Salad, 1 slice of pepperoni pizza, fruit, & broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 89.25, 'status' => 1, 'image' => 'menu-images/monday-a/House Salad, 1 slice of pepperoni pizza, fruit, & broccoli - $89.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 28, 'vendor_id' => 1, 'name' => "House Salad, 1 slice of mushroom pizza, fruit, & broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 89.25, 'status' => 1, 'image' => 'menu-images/monday-a/House Salad, 1 slice of mushroom pizza, fruit, & broccoli - $89.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 29, 'vendor_id' => 1, 'name' => "House Salad, 1 slice of BBQ chicken pizza, fruit, & broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 89.25, 'status' => 1, 'image' => 'menu-images/monday-a/House Salad, 1 slice of BBQ chicken pizza, fruit, & broccoli - $89.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 30, 'vendor_id' => 1, 'name' => "GLUTEN FREE Personal Cheese Pizza, fruit, & broccoli", 'description' => null, 'price' => 84.00, 'status' => 1, 'image' => 'menu-images/monday-a/GLUTEN FREE Personal Cheese Pizza, fruit, & broccoli - $84.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 31, 'vendor_id' => 1, 'name' => "GLUTEN FREE Personal Pepperoni Pizza, fruit, & broccoli", 'description' => null, 'price' => 91.00, 'status' => 1, 'image' => 'menu-images/monday-a/GLUTEN FREE Personal Pepperoni Pizza, fruit, & broccoli - $91.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 32, 'vendor_id' => 1, 'name' => "GLUTEN FREE Personal Mushroom Pizza, fruit, & broccoli", 'description' => null, 'price' => 91.00, 'status' => 1, 'image' => 'menu-images/monday-a/GLUTEN FREE Personal Mushroom Pizza, fruit, & broccoli - $91.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 33, 'vendor_id' => 1, 'name' => "GLUTEN FREE Personal BBQ Chicken Pizza, fruit, & broccoli", 'description' => null, 'price' => 96.25, 'status' => 1, 'image' => 'menu-images/monday-a/GLUTEN FREE Personal BBQ Chicken Pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], ]; //CHOICE (B) Items $choiceB = [ [ 'id' => 34, 'vendor_id' => 1, 'name' => "1 slice of cheese pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 54.00, 'status' => 1, 'image' => 'menu-images/monday-b/3 piece chicken tenders, 1 slice of cheese pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 35, 'vendor_id' => 1, 'name' => "1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 57.00, 'status' => 1, 'image' => 'menu-images/monday-b/3 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 36, 'vendor_id' => 1, 'name' => "1 slice of mushroom pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 57.00, 'status' => 1, 'image' => 'menu-images/monday-b/3 piece chicken tenders, 1 slice of mushroom pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 37, 'vendor_id' => 1, 'name' => "1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 60.00, 'status' => 1, 'image' => 'menu-images/monday-b/3 piece chicken tenders, 1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 38, 'vendor_id' => 1, 'name' => "2 slices of cheese pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 60.00, 'status' => 1, 'image' => 'menu-images/monday-b/2 slices of cheese pizza, buttered pasta, fruit, & broccoli - $70.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 39, 'vendor_id' => 1, 'name' => "2 slices of pepperoni pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 66.00, 'status' => 1, 'image' => 'menu-images/monday-b/2 slices of pepperoni pizza, buttered pasta, fruit, & broccoli - $77.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 40, 'vendor_id' => 1, 'name' => "2 slices of mushroom pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 66.00, 'status' => 1, 'image' => 'menu-images/monday-b/2 slices of mushroom pizza, buttered pasta, fruit, & broccoli - $77.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 41, 'vendor_id' => 1, 'name' => "2 slices of BBQ chicken pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 69.00, 'status' => 1, 'image' => 'menu-images/monday-b/2 slices of BBQ chicken pizza, buttered pasta, fruit, & broccoli - $80.50.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 42, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 63.00, 'status' => 1, 'image' => 'menu-images/monday-b/3 piece chicken tenders, buttered pasta, fruit, & broccoli - $73.50.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 43, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, 1 slice of cheese pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 79.50, 'status' => 1, 'image' => 'menu-images/monday-b/3 piece chicken tenders, 1 slice of cheese pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 44, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 79.50, 'status' => 1, 'image' => 'menu-images/monday-b/3 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 45, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, 1 slice of mushroom pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 79.50, 'status' => 1, 'image' => 'menu-images/monday-b/3 piece chicken tenders, 1 slice of mushroom pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 46, 'vendor_id' => 1, 'name' => "3 piece chicken tenders, 1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 79.50, 'status' => 1, 'image' => 'menu-images/monday-b/3 piece chicken tenders, 1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli - $92.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 47, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, buttered pasta, fruit, and broccoli", 'description' => null, 'price' => 70.50, 'status' => 1, 'image' => 'menu-images/monday-b/5 piece chicken tenders, buttered pasta, fruit, and broccoli - $82.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 48, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, 1 slice of cheese pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 86.75, 'status' => 1, 'image' => 'menu-images/monday-b/5 piece chicken tenders, 1 slice of cheese pizza, buttered pasta, fruit, & broccoli - $101.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 49, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 86.75, 'status' => 1, 'image' => 'menu-images/monday-b/5 piece chicken tenders, 1 slice of pepperoni pizza, buttered pasta, fruit, & broccoli - $101.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 50, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, 1 slice of mushroom pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 86.75, 'status' => 1, 'image' => 'menu-images/monday-b/5 piece chicken tenders, 1 slice of mushroom pizza, buttered pasta, fruit, & broccoli - $101.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 51, 'vendor_id' => 1, 'name' => "5 piece chicken tenders, 1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli", 'description' => null, 'price' => 86.75, 'status' => 1, 'image' => 'menu-images/monday-b/5 piece chicken tenders, 1 slice of BBQ chicken pizza, buttered pasta, fruit, & broccoli - $101.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 52, 'vendor_id' => 1, 'name' => "PASTA Only, fruit, and broccoli", 'description' => null, 'price' => 55.50, 'status' => 1, 'image' => 'menu-images/monday-b/PASTA Only, fruit, and broccoli - $64.75.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 53, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, fruit, & broccoli", 'description' => null, 'price' => 66.00, 'status' => 1, 'image' => 'menu-images/monday-b/Chicken Caesar Salad, fruit, & broccoli - $77.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 54, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, 1 slice of cheese pizza, fruit, & broccoli", 'description' => null, 'price' => 82.50, 'status' => 1, 'image' => 'menu-images/monday-b/Chicken Caesar Salad, 1 slice of cheese pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 55, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, 1 slice of pepperoni pizza, fruit, & broccoli", 'description' => null, 'price' => 82.50, 'status' => 1, 'image' => 'menu-images/monday-b/Chicken Caesar Salad, 1 slice of pepperoni pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 56, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, 1 slice of mushroom pizza, fruit, & broccoli", 'description' => null, 'price' => 82.50, 'status' => 1, 'image' => 'menu-images/monday-b/Chicken Caesar Salad, 1 slice of mushroom pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 57, 'vendor_id' => 1, 'name' => "Chicken Caesar Salad, 1 slice of BBQ chicken pizza, fruit, & broccoli", 'description' => null, 'price' => 82.50, 'status' => 1, 'image' => 'menu-images/monday-b/Chicken Caesar Salad, 1 slice of BBQ chicken pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 58, 'vendor_id' => 1, 'name' => "House Salad, fruit, and broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 60.00, 'status' => 1, 'image' => 'menu-images/monday-b/House Salad.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 59, 'vendor_id' => 1, 'name' => "House Salad, 1 slice of cheese pizza, fruit, & broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 76.50, 'status' => 1, 'image' => 'menu-images/monday-b/House Salad, 1 slice of cheese pizza, fruit, & broccoli - $89.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 60, 'vendor_id' => 1, 'name' => "House Salad, 1 slice of pepperoni pizza, fruit, & broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 76.50, 'status' => 1, 'image' => 'menu-images/monday-b/House Salad, 1 slice of pepperoni pizza, fruit, & broccoli - $89.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 61, 'vendor_id' => 1, 'name' => "House Salad, 1 slice of mushroom pizza, fruit, & broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 76.50, 'status' => 1, 'image' => 'menu-images/monday-b/House Salad, 1 slice of mushroom pizza, fruit, & broccoli - $89.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 62, 'vendor_id' => 1, 'name' => "House Salad, 1 slice of BBQ chicken pizza, fruit, & broccoli", 'description' => "House Salad : VEGAN, GLUTEN FREE, DAIRY FREE - Romaine lettuce, tomato, cucumber, black olives, pepperoncinis, and a lemon wedge; choice of dressings on the side: ranch, Italian, and olive oil & vinegar", 'price' => 76.50, 'status' => 1, 'image' => 'menu-images/monday-b/House Salad, 1 slice of BBQ chicken pizza, fruit, & broccoli - $89.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 63, 'vendor_id' => 1, 'name' => "GLUTEN FREE Personal Cheese Pizza, fruit, & broccoli", 'description' => null, 'price' => 72.00, 'status' => 1, 'image' => 'menu-images/monday-b/GLUTEN FREE Personal Cheese Pizza, fruit, & broccoli - $84.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 64, 'vendor_id' => 1, 'name' => "GLUTEN FREE Personal Pepperoni Pizza, fruit, & broccoli", 'description' => null, 'price' => 78.00, 'status' => 1, 'image' => 'menu-images/monday-b/GLUTEN FREE Personal Pepperoni Pizza, fruit, & broccoli - $91.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 65, 'vendor_id' => 1, 'name' => "GLUTEN FREE Personal Mushroom Pizza, fruit, & broccoli", 'description' => null, 'price' => 78.00, 'status' => 1, 'image' => 'menu-images/monday-b/GLUTEN FREE Personal Mushroom Pizza, fruit, & broccoli - $91.00.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], [ 'id' => 66, 'vendor_id' => 1, 'name' => "GLUTEN FREE Personal BBQ Chicken Pizza, fruit, & broccoli", 'description' => null, 'price' => 82.50, 'status' => 1, 'image' => 'menu-images/monday-b/GLUTEN FREE Personal BBQ Chicken Pizza, fruit, & broccoli - $96.25.jpg', 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ], ]; foreach (array_merge($choiceA, $choiceB) as $choice){ $image = public_path("assets/{$choice['image']}"); $item = VendorItem::create([ 'id' => $choice['id'], 'vendor_id' => $choice['vendor_id'], 'name' => $choice['name'], 'description' => $choice['description'], 'price' => $choice['price'], 'status' => $choice['status'], 'created_at' => $choice['created_at'], 'updated_at' => $choice['updated_at'], ]); if (is_file($image)){ $item->addMedia($image) ->preservingOriginal() ->toMediaCollection('images', 'items'); } } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка