⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
stores.dev-unit.com
/
database
/
seeders
/
View File Name :
WidgetSeeder.php
<?php namespace Database\Seeders; use Botble\Base\Supports\BaseSeeder; use Botble\Widget\Database\Traits\HasWidgetSeeder; use Botble\Widget\Models\Widget as WidgetModel; class WidgetSeeder extends BaseSeeder { use HasWidgetSeeder; public function run(): void { WidgetModel::query()->truncate(); $data = [ [ 'widget_id' => 'SiteInfoWidget', 'sidebar_id' => 'footer_sidebar', 'position' => 0, 'data' => [ 'id' => 'SiteInfoWidget', 'name' => 'Farmart – Your Online Foods & Grocery', 'about' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed finibus viverra iaculis. Etiam vulputate et justo eget scelerisque.', 'phone' => '(+965) 7492-4277', 'address' => '959 Homestead Street Eastlake, NYC', 'email' => 'support@farmart.com', 'working_time' => 'Mon - Fri: 07AM - 06PM', ], ], [ 'widget_id' => 'CustomMenuWidget', 'sidebar_id' => 'footer_sidebar', 'position' => 1, 'data' => [ 'id' => 'CustomMenuWidget', 'name' => 'Useful Links', 'menu_id' => 'useful-links', ], ], [ 'widget_id' => 'CustomMenuWidget', 'sidebar_id' => 'footer_sidebar', 'position' => 2, 'data' => [ 'id' => 'CustomMenuWidget', 'name' => 'Help Center', 'menu_id' => 'help-center', ], ], [ 'widget_id' => 'CustomMenuWidget', 'sidebar_id' => 'footer_sidebar', 'position' => 3, 'data' => [ 'id' => 'CustomMenuWidget', 'name' => 'Business', 'menu_id' => 'business', ], ], [ 'widget_id' => 'NewsletterWidget', 'sidebar_id' => 'footer_sidebar', 'position' => 4, 'data' => [ 'id' => 'NewsletterWidget', 'title' => 'Newsletter', 'subtitle' => 'Register now to get updates on promotions and coupon. Don’t worry! We not spam', ], ], [ 'widget_id' => 'BlogSearchWidget', 'sidebar_id' => 'primary_sidebar', 'position' => 1, 'data' => [ 'id' => 'BlogSearchWidget', 'name' => 'Search', ], ], [ 'widget_id' => 'BlogCategoriesWidget', 'sidebar_id' => 'primary_sidebar', 'position' => 2, 'data' => [ 'id' => 'BlogCategoriesWidget', 'name' => 'Categories', ], ], [ 'widget_id' => 'RecentPostsWidget', 'sidebar_id' => 'primary_sidebar', 'position' => 3, 'data' => [ 'id' => 'RecentPostsWidget', 'name' => 'Recent Posts', ], ], [ 'widget_id' => 'BlogTagsWidget', 'sidebar_id' => 'primary_sidebar', 'position' => 4, 'data' => [ 'id' => 'BlogTagsWidget', 'name' => 'Popular Tags', ], ], [ 'widget_id' => 'SiteFeaturesWidget', 'sidebar_id' => 'pre_footer_sidebar', 'position' => 1, 'data' => [ 'id' => 'SiteFeaturesWidget', 'title' => 'Site Features', 'data' => [ 1 => [ 'icon' => 'general/icon-rocket.png', 'title' => 'Free Shipping', 'subtitle' => 'For all orders over $200', ], 2 => [ 'icon' => 'general/icon-reload.png', 'title' => '1 & 1 Returns', 'subtitle' => 'Cancellation after 1 day', ], 3 => [ 'icon' => 'general/icon-protect.png', 'title' => '100% Secure Payment', 'subtitle' => 'Guarantee secure payments', ], 4 => [ 'icon' => 'general/icon-support.png', 'title' => '24/7 Dedicated Support', 'subtitle' => 'Anywhere & anytime', ], 5 => [ 'icon' => 'general/icon-tag.png', 'title' => 'Daily Offers', 'subtitle' => 'Discount up to 70% OFF', ], ], ], ], [ 'widget_id' => 'AdsWidget', 'sidebar_id' => 'products_list_sidebar', 'position' => 1, 'data' => [ 'id' => 'AdsWidget', 'title' => 'Ads', 'ads_key' => 'ZDOZUZZIU7FZ', 'background' => 'general/background.jpg', 'size' => 'full-width', ], ], [ 'widget_id' => 'SiteFeaturesWidget', 'sidebar_id' => 'product_detail_sidebar', 'position' => 1, 'data' => [ 'id' => 'SiteFeaturesWidget', 'title' => 'Site Features', 'data' => [ 1 => [ 'icon' => 'general/icon-rocket.png', 'title' => 'Free Shipping', 'subtitle' => 'For all orders over $200', ], 2 => [ 'icon' => 'general/icon-reload.png', 'title' => '1 & 1 Returns', 'subtitle' => 'Cancellation after 1 day', ], 3 => [ 'icon' => 'general/icon-protect.png', 'title' => 'Secure Payment', 'subtitle' => 'Guarantee secure payments', ], ], ], ], [ 'widget_id' => 'SiteInfoWidget', 'sidebar_id' => 'product_detail_sidebar', 'position' => 2, 'data' => [ 'id' => 'SiteInfoWidget', 'name' => 'Store information', 'phone' => '(+965) 7492-4277', 'working_time' => 'Mon - Fri: 07AM - 06PM', ], ], [ 'widget_id' => 'BecomeVendorWidget', 'sidebar_id' => 'product_detail_sidebar', 'position' => 3, 'data' => [ 'id' => 'BecomeVendorWidget', 'name' => 'Become a Vendor?', ], ], [ 'widget_id' => 'ProductCategoriesWidget', 'sidebar_id' => 'bottom_footer_sidebar', 'position' => 1, 'data' => [ 'id' => 'ProductCategoriesWidget', 'name' => 'Consumer Electric', 'categories' => [18, 2, 3, 4, 5, 6, 7], ], ], [ 'widget_id' => 'ProductCategoriesWidget', 'sidebar_id' => 'bottom_footer_sidebar', 'position' => 2, 'data' => [ 'id' => 'ProductCategoriesWidget', 'name' => 'Clothing & Apparel', 'categories' => [8, 9, 10, 11, 12], ], ], [ 'widget_id' => 'ProductCategoriesWidget', 'sidebar_id' => 'bottom_footer_sidebar', 'position' => 3, 'data' => [ 'id' => 'ProductCategoriesWidget', 'name' => 'Home, Garden & Kitchen', 'categories' => [13, 14, 15, 16, 17], ], ], [ 'widget_id' => 'ProductCategoriesWidget', 'sidebar_id' => 'bottom_footer_sidebar', 'position' => 4, 'data' => [ 'id' => 'ProductCategoriesWidget', 'name' => 'Health & Beauty', 'categories' => [20, 21, 22, 23, 24], ], ], [ 'widget_id' => 'ProductCategoriesWidget', 'sidebar_id' => 'bottom_footer_sidebar', 'position' => 5, 'data' => [ 'id' => 'ProductCategoriesWidget', 'name' => 'Computer & Technologies', 'categories' => [25, 26, 27, 28, 29, 19], ], ], ]; $this->createWidgets($data); } }