- Implemented the Lakeside Orders demo rebrand:
New licensed lake, picnic, dining, server, burger, and food photography. Rebuilt homepage gallery, logo, colors, copy, menu, specials, and exports. Added dashboard-configurable branding in [settings.php (line 18)](/Users/tyemeclifford/Documents/GH/fatbottomgrille/views/admin/settings.php:18). Added a public attribution page and full [image credits](/Users/tyemeclifford/Documents/GH/fatbottomgrille/public/assets/images/CREDITS.md). Migrated existing SQLite menu data and admin email to admin@lakesideorders.test. Verified 51 PHP files, JSON/JavaScript, storefront pages, database migration, admin settings, and menu PDF. All passed.
This commit is contained in:
+28
-11
@@ -2,22 +2,39 @@
|
||||
|
||||
return [
|
||||
'app' => [
|
||||
'name' => 'Fat Bottom Grille',
|
||||
'name' => 'Lakeside Orders',
|
||||
'url' => 'http://localhost:8080',
|
||||
'key' => '',
|
||||
'timezone' => 'America/New_York',
|
||||
'environment' => 'development',
|
||||
],
|
||||
'business' => [
|
||||
'name' => 'Fat Bottom Grille',
|
||||
'name' => 'Lakeside Orders',
|
||||
'phone' => '',
|
||||
'email' => '',
|
||||
'street' => '410 W Piedmont St',
|
||||
'city' => 'Keyser',
|
||||
'state' => 'WV',
|
||||
'postal_code' => '26726',
|
||||
'hours' => 'Hours coming soon',
|
||||
'announcement' => 'Big flavor, made right here in Keyser.',
|
||||
'street' => '12 Marina Way',
|
||||
'city' => 'Lakeview',
|
||||
'state' => 'MI',
|
||||
'postal_code' => '00000',
|
||||
'hours' => 'Demo hours: daily 11 AM-8 PM',
|
||||
'announcement' => 'Demo ordering for easy days by the water.',
|
||||
],
|
||||
'branding' => [
|
||||
'location_label' => 'Lakeview Commons',
|
||||
'meta_description' => 'Order dockside burgers, picnic-ready wraps, bowls, sides, and cold drinks from Lakeside Orders.',
|
||||
'hero_eyebrow' => 'Lake days. Easy pickup.',
|
||||
'hero_heading' => 'Order by the water.',
|
||||
'hero_emphasis' => 'Picnic anywhere.',
|
||||
'hero_intro' => 'Burgers, picnic baskets, fresh bowls, and lakehouse favorites made for dock days, patio tables, and sunset suppers.',
|
||||
'hero_image' => 'assets/images/lakeside-burger.jpg',
|
||||
'gallery_picnic_image' => 'assets/images/lakeside-picnic.jpg',
|
||||
'gallery_patio_image' => 'assets/images/patio-dining.jpg',
|
||||
'gallery_service_image' => 'assets/images/garden-dining.jpg',
|
||||
'story_image' => 'assets/images/lakeside-sunset.jpg',
|
||||
'story_eyebrow' => 'Made for lake days',
|
||||
'story_heading' => 'Good food travels well.',
|
||||
'story_text' => 'Lakeside Orders is a demo restaurant experience built around relaxed pickup, picnic-ready meals, and welcoming tables near the water.',
|
||||
'footer_tagline' => 'Dockside burgers, picnic-ready favorites, and a table near the water.',
|
||||
],
|
||||
'ordering' => [
|
||||
'accepting_orders' => true,
|
||||
@@ -35,8 +52,8 @@ return [
|
||||
'enabled' => false,
|
||||
'domain' => '',
|
||||
'api_key' => '',
|
||||
'from_name' => 'Fat Bottom Grille',
|
||||
'from_email' => 'orders@fatbottomgrille.com',
|
||||
'from_name' => 'Lakeside Orders',
|
||||
'from_email' => 'orders@lakesideorders.test',
|
||||
],
|
||||
'order_emails' => [
|
||||
'pending' => [
|
||||
@@ -68,7 +85,7 @@ return [
|
||||
'driver' => 'sqlite',
|
||||
'mysql_host' => '127.0.0.1',
|
||||
'mysql_port' => 3306,
|
||||
'mysql_database' => 'fatbottomgrille',
|
||||
'mysql_database' => 'lakesideorders',
|
||||
'mysql_username' => '',
|
||||
'mysql_password' => '',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user