Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/database/seeders/LunchVendorSeeder.php
Назад
<?php namespace Database\Seeders; use App\Models\LunchVendor; use Illuminate\Database\Console\Seeds\WithoutModelEvents; use Illuminate\Database\Seeder; class LunchVendorSeeder extends Seeder { /** * Run the database seeds. */ public function run(): void { $roco_description = "Rocco’s Cucina is back with its wide variety of options and one NEW ADDITION - MUSHROOM PIZZA!! All meals will be served with fruit and roasted broccoli. The broccoli will be roasted with olive oil and a pinch of garlic salt. There will also always be the option for the students to add pink sauce to their pasta if they choose. Please see all the options and make your selection. All Rocco’s lunches will be served buffet style. \n *NEW THIS YEAR - You will be able to order a slice of pizza with your chicken tenders or salad. \n **You MUST order both an (A) & (B) option; they can be different things or the same thing.**"; $garden_cafe_description = "Each week your child can enjoy a meal from Garden Cafe. All meals will be served with a watermelon cup and a bag of chips. (The kind of chips will vary each week.) Please see all the options below and make your selection. \n * NEW THIS YEAR - We will be offering “Double Orders” of each Garden Cafe entree. This will include a second helping of whatever your child orders. For example, if your child orders a Double Order - Hot Dog, he/she will get two hotdogs. This option will NOT include a second bag of chips. \n **You must order both an (A) & (B) option; they can be different things or the same thing.**"; $fiesta_description = "Fridays are Fiesta Fridays!! We will have our buffet style, Mexican lunch back which includes your choice of: beef tacos, chicken tacos, cheese quesadillas, rice, beans, nacho chips, guacamole, and an assortment of vegetables. "; $in_n_out_description = "We are thrilled to have In-N-Out back certain days throughout the year!! The IN-N-OUT dates for the first half of the year will be: Monday, 10/02; Friday, 10/20; Wednesday, 11/29; & Friday, 1/19!\n Please notice that the selections are divided by ELEMENTARY SCHOOL OPTIONS & MIDDLE SCHOOL OPTIONS. Please sign your child up for the option that corresponds with his/her grade level. \n ELEMENTARY SCHOOL OPTIONS: These meals include chips and a CapriSun juice pouch or bottled water.\n MIDDLE SCHOOL ONLY OPTIONS: All middle school meals include a 20 oz. fountain drink and potato chips."; $vendors = [ [ 'name' => 'Roccos cucina', 'description' => $roco_description, 'status' => true, ], [ 'name' => 'Garden cafe', 'description' => $garden_cafe_description, 'status' => true, ], [ 'name' => 'Fiesta feast', 'description' => $fiesta_description, 'status' => true, ], [ 'name' => 'In-N-Out', 'description' => $in_n_out_description, 'status' => true, ], ]; foreach ($vendors as $vendor) { LunchVendor::create($vendor); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка