Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/database/seeders/HomepageCMSSeeder.php
Назад
<?php namespace Database\Seeders; use App\Models\Page; use Illuminate\Database\Console\Seeds\WithoutModelEvents; use Illuminate\Database\Seeder; class HomepageCMSSeeder extends Seeder { /** * Run the database seeds. */ public function run(): void { $data = [ 'id' => 2, 'parent_id' => null, 'content' => json_encode([]), 'created_at' => new \DateTime(), 'updated_at' => new \DateTime(), ]; Page::insert($data); $sections = [ [ //section 1 'parent_id' => 2, 'type' => 'section', 'content' => json_encode([ 'heading1' => 'Calvary Christian School Parent Association', 'heading2' => 'Welcome to our online portal for all things PA!', 'description' => 'Here you will find information about PA sponsored events, Hot Lunch program, link to our Spirit wear store and more! We hope this platform enhances involvement in our community and provides a streamlined way to get to know more about PA.', 'btn_cta' => 'Learn More', 'btn_link' => 'https://www.calvarychristian.org/discover-calvary/parent-association', 'image' => 'stundents.png', ]), ], [ //section 2 'parent_id' => 2, 'type' => 'section', 'content' => json_encode([ 'heading' => 'Start The Order Process Below', 'description' => 'Please note, families with more than one child enrolled at Calvary will need to complete this step-by-step process for each child before checking out. At the end of the sequence, there will be a prompt to add any additional children as needed.', 'btn_cta' => 'Start Your Order Now', 'btn_link' => route('home').'/lunch-program', 'image' => 'prcss.png', ]), ], [ //section 3 'parent_id' => 2, 'type' => 'section', 'content' => json_encode([ 'heading' => 'CCSPA Hot Lunch Program', 'description' => 'The Parent Association offers hot lunch schoolwide* from Fiesta Feast, Garden Café, Rocco’s Pizza and In-n-Out Burger; on Mondays, Wednesdays and Fridays each week. <br/> *Preschool 3 & 4 are only eligible for In-n-Out Fridays.', 'btn_cta' => 'View 2023-24 Hot Lunch Schedule', 'btn_link' => route('home').'/assets/front/lunch-program/PA%20Rotating%20Lunch%20Schedule%202023-2024.pdf', 'image' => 'ht-right.png', ]), ], [ //section 4 'parent_id' => 2, 'type' => 'section', 'content' => json_encode([ 'description' => 'The Calvary Christian School Parent Association is composed entirely of parent volunteers who work together to build community spirit and provide positive opportunities for our parents to serve together.', 'image' => 'scp-1.png', ]), ], [ //section 5 'parent_id' => 2, 'type' => 'section', 'content' => json_encode([ 'heading' => 'Each year, the Parent Association raises over $100,000 in support of these and other school enrichment events', 'box_1_heading' => 'Community Service Program', 'box_1_description' => 'The Parent Association leads our year-long Community Service Program which is designed to give the students age-appropriate, hands-on service opportunities to teach them how to love their neighbor with compassion.', 'box_1_image' => 'associate1.png', 'box_2_heading' => 'Fields Trips', 'box_2_description' => 'Every year the PA helps to sponsor and facilitate field trips across the elementary and middle schools; supporting enrichment and service opportunities for our students and community.', 'box_2_image' => 'associate2.png', 'box_3_heading' => 'Parent Education Speakers', 'box_3_description' => 'The Parent Association hosts distinguished speakers to educate the parent body on a range of different topics throughout the year.', 'box_3_image' => 'associate3.png', ]), ], [ //section 6 'parent_id' => 2, 'type' => 'section', 'content' => json_encode([ 'heading' => 'COUGAR PRIDE!', 'description' => "Please visit our Spiritwear store and check out the collection of merchandise and designs that have been curated especially for our community. A portion of the proceeds are donated to The Parent Association. So come on Cougars...let's get shopping!", 'btn_cta' => 'CCS Spiritwear', 'btn_link' => 'https://theallacart.com/pages/calvary-christian-school', 'image' => 'cg-main.png', ]), ], [ //section 7 'parent_id' => 2, 'type' => 'section', 'content' => json_encode([ 'heading' => 'Boutique Vendor Registration', 'description' => 'CCSPA hosts an annual Christmas Boutique; providing a unique, curated shopping experience. It’s an excellent opportunity for local businesses and retail designers to showcase their products/services. There are a limited number of spaces; therefore, the committee will review and consider all applications and vendors will be notified upon acceptance.', 'btn_cta' => 'Coming Soon', 'btn_link' => 'javascript:void(0)', 'image' => 'boutiq.png', ]), ], ]; foreach ($sections as $section) { Page::create($section); } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка