id; // Create the section PageSection::create($section); } } // Set default home page $page = Page::where('slug', 'home-1')->first(); Setting::create([ 'type' => 'home_page', 'sub_type' => null, 'title' => 'Select Home Page', 'fields' => [ 'page_id' => $page->id, 'page_name' => $page->name, 'page_slug' => $page->slug, ], ]); } }