✅ Mock Data Initialized Successfully!

Session ID: pq5rt5fr9aktu0n66s8ju6el6n

The mock data has been stored in your current session. Please view the menus using the links below.

Important Instructions

  1. Use the links below in this browser session to view the menus.
  2. Do not use curl or another browser as the session data won't be available.
  3. If you close this browser or clear cookies, you'll need to run this initialization script again.

Available Menus

Menu #301: Lunch Menu

Cart Enabled - With full ordering experience

Menu #302: Dinner Menu

Cart Disabled - View-only menu

Session Data

Array
(
    [mock_businesses] => Array
        (
            [1] => Array
                (
                    [id] => 1
                    [name] => Sample Restaurant
                    [address] => 123 Main St, Anytown
                    [phone] => 555-123-4567
                    [email] => contact@restaurant.com
                    [website] => https://www.restaurant.com
                )

        )

    [mock_menus] => Array
        (
            [1] => Array
                (
                    [301] => Array
                        (
                            [id] => 301
                            [name] => Lunch Menu
                            [description] => Delicious options available from 11 AM to 3 PM.
                            [cart_enabled] => 1
                            [categories] => Array
                                (
                                    [1001] => Array
                                        (
                                            [id] => 1001
                                            [name] => Appetizers
                                            [items] => Array
                                                (
                                                    [5001] => Array
                                                        (
                                                            [id] => 5001
                                                            [name] => Bruschetta
                                                            [description] => Grilled bread topped with fresh tomatoes, garlic, basil, and olive oil.
                                                            [price] => 8.50
                                                            [photos] => Array
                                                                (
                                                                    [0] => /public/images/placeholder/bruschetta.jpg
                                                                )

                                                        )

                                                    [5002] => Array
                                                        (
                                                            [id] => 5002
                                                            [name] => Calamari Fritti
                                                            [description] => Lightly battered and fried squid served with marinara sauce.
                                                            [price] => 12.00
                                                            [photos] => Array
                                                                (
                                                                    [0] => /public/images/placeholder/calamari.jpg
                                                                )

                                                        )

                                                )

                                        )

                                    [1002] => Array
                                        (
                                            [id] => 1002
                                            [name] => Main Courses
                                            [items] => Array
                                                (
                                                    [5003] => Array
                                                        (
                                                            [id] => 5003
                                                            [name] => Chicken Parmesan
                                                            [description] => Breaded chicken breast topped with marinara sauce and mozzarella, served with spaghetti.
                                                            [price] => 18.00
                                                            [photos] => Array
                                                                (
                                                                    [0] => /public/images/placeholder/chicken_parm.jpg
                                                                )

                                                        )

                                                    [5004] => Array
                                                        (
                                                            [id] => 5004
                                                            [name] => Classic Burger
                                                            [description] => Juicy beef patty with lettuce, tomato, onion, and pickles on a sesame seed bun. Served with fries.
                                                            [price] => 14.50
                                                            [photos] => Array
                                                                (
                                                                    [0] => /public/images/placeholder/burger.jpg
                                                                    [1] => /public/images/placeholder/burger_side.jpg
                                                                )

                                                        )

                                                    [5005] => Array
                                                        (
                                                            [id] => 5005
                                                            [name] => Vegetable Stir-Fry
                                                            [description] => Assorted fresh vegetables stir-fried in a savory sauce, served with rice.
                                                            [price] => 15.00
                                                            [photos] => Array
                                                                (
                                                                )

                                                        )

                                                )

                                        )

                                )

                        )

                    [302] => Array
                        (
                            [id] => 302
                            [name] => Dinner Menu
                            [description] => Exquisite dishes for your evening dining experience.
                            [cart_enabled] => 
                            [categories] => Array
                                (
                                    [1003] => Array
                                        (
                                            [id] => 1003
                                            [name] => Steaks & Seafood
                                            [items] => Array
                                                (
                                                    [5006] => Array
                                                        (
                                                            [id] => 5006
                                                            [name] => Ribeye Steak
                                                            [description] => 12oz grilled Ribeye served with mashed potatoes and seasonal vegetables.
                                                            [price] => 32.00
                                                            [photos] => Array
                                                                (
                                                                    [0] => /public/images/placeholder/ribeye.jpg
                                                                )

                                                        )

                                                    [5007] => Array
                                                        (
                                                            [id] => 5007
                                                            [name] => Grilled Salmon
                                                            [description] => Atlantic salmon fillet grilled to perfection, served with asparagus and lemon butter sauce.
                                                            [price] => 26.00
                                                            [photos] => Array
                                                                (
                                                                    [0] => /public/images/placeholder/salmon.jpg
                                                                )

                                                        )

                                                )

                                        )

                                )

                        )

                )

        )

)
This is a testing tool for the Restaurant Menu System demonstration.