uawdijnntqw1x1x1
IP : 216.73.216.93
Hostname : panel.codeskitter.com
Kernel : Linux panel.codeskitter.com 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64
Disable Function : apache_child_terminate, apache_note, apache_setenv, define_syslog_variables, dl, link, opcache_get_status, openlog, pcntl_exec, pcntl_fork, pcntl_setpriority, popen, posix_getpwuid, posix_kill, posix_mkfifo, posix_setpgid, posix_setsid, posix_setuid
OS : Linux
PATH:
/
home
/
users
/
unlimited
/
www
/
foodbank.codeskitter.site
/
database
/
seeders
/
RestaurantTableSeeder.php
/
/
<?php namespace Database\Seeders; use App\Enums\TableStatus; use App\Models\Restaurant; use App\Enums\PickupStatus; use App\Enums\WaiterStatus; use App\Enums\CurrentStatus; use App\Enums\DeliveryStatus; use App\Enums\RestaurantStatus; use Illuminate\Database\Seeder; class RestaurantTableSeeder extends Seeder{ public array $restaurants = [ [ 'user_id' => "7", 'name' => "Sultan’s Dine", 'slug' => "sultans-dine", 'description' => "A regal culinary retreat where opulence meets flavor, offering a menu that fuses tradition and innovation. Indulge in a majestic dining experience, where every dish is crafted with a commitment to royal excellence and hospitality.", 'lat' => "23.788172232292922", 'long' =>"90.35950183868408", 'opening_time' => "09:00:00", 'closing_time' => "23:00:00", 'address' => "250 W 72nd St, New York, United State", 'status' => RestaurantStatus::ACTIVE, 'current_status' => CurrentStatus::YES, 'delivery_status' => DeliveryStatus::ENABLE, 'pickup_status' => PickupStatus::ENABLE, 'table_status' => TableStatus::ENABLE, 'applied' => false, 'creator_type' => 'App\Models\User', 'creator_id' => 1, 'editor_type' => 'App\Models\User', 'editor_id' => 1, 'waiter_status' => WaiterStatus::ACTIVE, ], [ 'user_id' => "8", 'name' => "Mr Beast Burger", 'slug' => "mr-beast-burger", 'description' => "AA regal culinary retreat where opulence meets flavor, offering a menu that fuses tradition and innovation. Indulge in a majestic dining experience, where every dish is crafted with a commitment to royal excellence and hospitality.", 'lat' => "23.788132962903646", 'long' =>"90.37362098693848", 'opening_time' => "01:00:00", 'closing_time' => "24:00:00", 'address' => "West Shewrapara Dhaka Bangladesh", 'status' => RestaurantStatus::ACTIVE, 'current_status' => CurrentStatus::YES, 'delivery_status' => DeliveryStatus::ENABLE, 'pickup_status' => PickupStatus::ENABLE, 'table_status' => TableStatus::ENABLE, 'applied' => false, 'creator_type' => 'App\Models\User', 'creator_id' => 1, 'editor_type' => 'App\Models\User', 'editor_id' => 1, 'waiter_status' => WaiterStatus::ACTIVE, ], [ 'user_id' => "9", 'name' => "Starbucks", 'slug' => "starbucks", 'description' => "A regal culinary retreat where opulence meets flavor, offering a menu that fuses tradition and innovation. Indulge in a majestic dining experience, where every dish is crafted with a commitment to royal excellence and hospitality.", 'lat' => "23.784441587340527", 'long' =>"90.36482334136963", 'opening_time' => "01:00:00", 'closing_time' => "23:00:00", 'address' => "170 W 22nd South Paikpara.", 'status' => RestaurantStatus::ACTIVE, 'current_status' => CurrentStatus::YES, 'delivery_status' => DeliveryStatus::ENABLE, 'pickup_status' => PickupStatus::ENABLE, 'table_status' => TableStatus::ENABLE, 'applied' => false, 'creator_type' => 'App\Models\User', 'creator_id' => 1, 'editor_type' => 'App\Models\User', 'editor_id' => 1, 'waiter_status' => WaiterStatus::ACTIVE, ], [ 'user_id' => "10", 'name' => "McDonalds", 'slug' => "mcdonalds", 'description' => "A regal culinary retreat where opulence meets flavor, offering a menu that fuses tradition and innovation. Indulge in a majestic dining experience, where every dish is crafted with a commitment to royal excellence and hospitality.", 'lat' => "23.77898287180741", 'long' => "90.37160396575928", 'opening_time' => "01:00:00", 'closing_time' => "23:00:00", 'address' => "National Museum of Science and Technology, New York", 'status' => RestaurantStatus::ACTIVE, 'current_status' => CurrentStatus::YES, 'delivery_status' => DeliveryStatus::ENABLE, 'pickup_status' => PickupStatus::ENABLE, 'table_status' => TableStatus::ENABLE, 'applied' => false, 'creator_type' => 'App\Models\User', 'creator_id' => 1, 'editor_type' => 'App\Models\User', 'editor_id' => 1, 'waiter_status' => WaiterStatus::ACTIVE, ], [ 'user_id' => "11", 'name' => "Burger King", 'slug' => "burger-king", 'description' => "A regal culinary retreat where opulence meets flavor, offering a menu that fuses tradition and innovation. Indulge in a majestic dining experience, where every dish is crafted with a commitment to royal excellence and hospitality.", 'lat' => "23.77572324174743", 'long' =>"90.36967277526855", 'opening_time' => "01:00:00", 'closing_time' => "21:00:00", 'address' => "F11/A & F11/B, Liberation War Museum , Dhaka 1207", 'status' => RestaurantStatus::ACTIVE, 'current_status' => CurrentStatus::YES, 'delivery_status' => DeliveryStatus::ENABLE, 'pickup_status' => PickupStatus::ENABLE, 'table_status' => TableStatus::ENABLE, 'applied' => false, 'creator_type' => 'App\Models\User', 'creator_id' => 1, 'editor_type' => 'App\Models\User', 'editor_id' => 1, 'waiter_status' => WaiterStatus::ACTIVE, ], [ 'user_id' => "12", 'name' => "Gustosa Pasta", 'slug' => "gustosa-pasta", 'description' => "A regal culinary retreat where opulence meets flavor, offering a menu that fuses tradition and innovation. Indulge in a majestic dining experience, where every dish is crafted with a commitment to royal excellence and hospitality.", 'lat' => "23.79516199456447", 'long' => "90.29062271118164", 'opening_time' => "23:00:00", 'closing_time' => "01:00:00", 'address' => "Q7WR+377 Boliarpur Bus Station, Delhi", 'status' => RestaurantStatus::ACTIVE, 'current_status' => CurrentStatus::YES, 'delivery_status' => DeliveryStatus::ENABLE, 'pickup_status' => PickupStatus::ENABLE, 'table_status' => TableStatus::ENABLE, 'applied' => false, 'creator_type' => 'App\Models\User', 'creator_id' => 1, 'editor_type' => 'App\Models\User', 'editor_id' => 1, 'waiter_status' => WaiterStatus::ACTIVE, ], [ 'user_id' => "13", 'name' => "Wham! Bam! Burrito", 'slug' => "wham-bam-burrito", 'description' => "A regal culinary retreat where opulence meets flavor, offering a menu that fuses tradition and innovation. Indulge in a majestic dining experience, where every dish is crafted with a commitment to royal excellence and hospitality.", 'lat' => "23.777843974205368", 'long' => "90.36091804504395", 'opening_time' => "02:45:00", 'closing_time' => "23:00:00", 'address' => "250 W 72nd St, New York, United State", 'status' => RestaurantStatus::ACTIVE, 'current_status' => CurrentStatus::YES, 'delivery_status' => DeliveryStatus::ENABLE, 'pickup_status' => PickupStatus::ENABLE, 'table_status' => TableStatus::ENABLE, 'applied' => false, 'creator_type' => 'App\Models\User', 'creator_id' => 1, 'editor_type' => 'App\Models\User', 'editor_id' => 1, 'waiter_status' => WaiterStatus::ACTIVE, ], [ 'user_id' => "14", 'name' => "The Salad God", 'slug' => "the-salad-god", 'description' => "A regal culinary retreat where opulence meets flavor, offering a menu that fuses tradition and innovation. Indulge in a majestic dining experience, where every dish is crafted with a commitment to royal excellence and hospitality.", 'lat' => "23.785305535697763", 'long' =>"90.35289287567139", 'opening_time' => "23:00:00", 'closing_time' => "01:00:00", 'address' => "250 W 72nd St, New York, United State", 'status' => RestaurantStatus::ACTIVE, 'current_status' => CurrentStatus::YES, 'delivery_status' => DeliveryStatus::ENABLE, 'pickup_status' => PickupStatus::ENABLE, 'table_status' => TableStatus::ENABLE, 'applied' => false, 'creator_type' => 'App\Models\User', 'creator_id' => 1, 'editor_type' => 'App\Models\User', 'editor_id' => 1, 'waiter_status' => WaiterStatus::ACTIVE, ] ]; /** * Run the database seeds. * @return void */ public function run(){ if (env('DEMO_MODE')) { foreach ($this->restaurants as $restaurant) { $restaurantObject = Restaurant::create([ 'user_id' => $restaurant['user_id'], 'name' => $restaurant['name'], 'slug' => $restaurant['slug'], 'description' => $restaurant['description'], 'lat' => $restaurant['lat'], 'long' => $restaurant['long'], 'opening_time' => $restaurant['opening_time'], 'closing_time' => $restaurant['closing_time'], 'address' => $restaurant['address'], 'status' => $restaurant['status'], 'current_status' => $restaurant['current_status'], 'delivery_status' => $restaurant['delivery_status'], 'pickup_status' => $restaurant['pickup_status'], 'table_status' => $restaurant['table_status'], 'applied' => $restaurant['applied'], 'creator_type' => $restaurant['creator_type'], 'creator_id' => $restaurant['creator_id'], 'editor_type' => $restaurant['editor_type'], 'editor_id' => $restaurant['editor_id'], 'waiter_status' => $restaurant['waiter_status'], ]); if (file_exists( public_path('/images/seeder/restaurant/' . $restaurant['slug'].'.jpg') )) { $restaurantObject->addMedia( public_path('/images/seeder/restaurant/' . $restaurant['slug'].'.jpg') )->preservingOriginal()->toMediaCollection('restaurant'); } } } } }
/home/users/unlimited/www/foodbank.codeskitter.site/database/seeders/RestaurantTableSeeder.php