https://www.cka-pack.co.id/prodak/ https://asclepio.id/sitem/ https://eproc.approperti.co.id/data_file/files/ https://nusumedangonline.or.id/maxx/ https://ujiprofisiensi.sucofindo.co.id/land/ https://office.fastec.co.id/maxwin/ https://sinona-brida.tulungagung.go.id/terbaru/ https://elearning.fkikunismuh.org/theme/boom/ https://regmaba.upnvj.ac.id/dokumen-daftarulang/pegel/ http://simmutu.bethesda.or.id/simak/ https://mosaicart.id/xcor/
Luxury My Wedding

SODHANI FARMS

Main Tonk Road, 1 km ahead of, Chokhi Dhani, Bilva, Jaipur, Rajasthan 303905

Welcome to SODHANI FARMS

Sodhani Farms Banquet Garden, Jaipur, is a beautiful destination to tie the knot with the love of your life and start a new phase of your life. It is now divided into parts: Banquet(Sodhani Farms) and the Garden(Bagh-Ae-Virasat) and is located on the Tonk Road which makes it easily accessible for all to reach there. Whether you want a simple function or elaborate arrangements, you can trust the skilled team at the venue. Sodhani Farms Banquet And Garden, Jaipur, has multiple party areas that make it ideal for having pre-wedding, wedding, and reception ceremonies. Whether you choose the banquet hall for your reception or wedding or the outdoor garden area for a sangeet or Mehendi ceremony, the staff here is equipped to take care of your event needs. Sodhani Farms, Beelwa, Jaipur has a lush green lawn that is ideal for having an open-air function and can accommodate a large gathering for your function. The spacious banquet hall on offer here is apt for having indoor functions. You can sit down with the in-house caterers to plan an elaborate and eclectic mix of different cuisines for your buffet menu to elevate the guest experience at Sodhani Farm Banquet And Garden, Jaipur, The decor team of the venue takes care of the decoration for your big day or you can hire your own decorators from outside and achieve the dream ambiance you desire on your special day. Plan your next big event at Sodhani Farms, Jaipur, to make it more happening.

+ Show More

Key Amenities

  • Furniture Set Up

  • Decor

  • Music

  • Security

  • Bride & Groom Suites

  • Activities

  • Valet Parking

  • Choice of Vendors

Venues Profile

Gallery

Event Spaces

  • 3

    Events Rooms

  • 2950 Seating | 4200 Floating sq ft

    Total Event Space

  • 2000 Seating | 3000 Floating

    Capacity Largest Space

  • -

    Maximum Breakout Rooms

Award

Reviews

Reviews for SODHANI FARMS

Maps


FAQ

What are the check-in and check-out times ?
AS ACTUAL
Indoor, Covered Outdoor, Uncovered Outdoor, Scenic Views
Ceremony, Reception, Bridal Shower, Engagement Party, Elopements, Rehearsal Dinner ,Wedding ceremonies,Residential weddings
Accommodations, All Inclusive Packages, Bar Services, Catering Services, Clean Up, Event Rentals, Get Ready Rooms, Lighting / Sound, Pet Friendly, Set Up, Wifi
Audio Equipment, Centerpieces, Chairs, Chair Covers, Dance Floor, Decor, Lighting, Tables
50
AS ACTUAL
Buffet, Cocktail Reception, Dessert, Family Style, Hors d'oeuvres, Outside Cake, Plated, Server(s), Stations, Tastings
AS ACTUAL
AS ACTUAL
AS ACTUAL
Indoor, Covered Outdoor, Uncovered Outdoor, Scenic Views
Ceremony, Reception, Bridal Shower, Engagement Party, Elopements, Rehearsal Dinner ,Wedding ceremonies,Residential weddings
Accommodations, All Inclusive Packages, Bar Services, Catering Services, Clean Up, Event Rentals, Get Ready Rooms, Lighting / Sound, Pet Friendly, Set Up, Wifi
Yes, You Have to select
50
AS ACTUAL
Buffet, Cocktail Reception, Dessert, Family Style, Hors d'oeuvres, Outside Cake, Plated, Server(s), Stations, Tastings
AS ACTUAL
AS ACTUAL

Request a Quote

Are you a Hotelier ?

Plan Your Dream Wedding

CALL US: +91 83060 10091

Write Email: info@luxurymywedding.com

Are You A Wedding Professional ?

Have wedding questions?

Message on WhatsApp or call our wedding experts to plan your Dream Wedding NOW!

Whoops! There was an error.
ErrorException (E_NOTICE)
ob_end_flush(): failed to send buffer of zlib output compression (1) ErrorException thrown with message "ob_end_flush(): failed to send buffer of zlib output compression (1)" Stacktrace: #3 ErrorException in /home/u544263832/domains/luxurymywedding.com/public_html/vendor/symfony/http-foundation/Response.php:1212 #2 ob_end_flush in /home/u544263832/domains/luxurymywedding.com/public_html/vendor/symfony/http-foundation/Response.php:1212 #1 Symfony\Component\HttpFoundation\Response:closeOutputBuffers in /home/u544263832/domains/luxurymywedding.com/public_html/vendor/symfony/http-foundation/Response.php:374 #0 Symfony\Component\HttpFoundation\Response:send in /home/u544263832/domains/luxurymywedding.com/public_html/public/index.php:56
3
ErrorException
/
vendor
/
symfony
/
http-foundation
/
Response.php
1212
2
ob_end_flush
/
vendor
/
symfony
/
http-foundation
/
Response.php
1212
1
Symfony
\
Component
\
HttpFoundation
\
Response
closeOutputBuffers
/
vendor
/
symfony
/
http-foundation
/
Response.php
374
0
Symfony
\
Component
\
HttpFoundation
\
Response
send
/
public
/
index.php
56
/
home
/
u544263832
/
domains
/
luxurymywedding.com
/
public_html
/
vendor
/
symfony
/
http-foundation
/
Response.php
    {
        return \in_array($this->statusCode, array(204, 304));
    }
 
    /**
     * Cleans or flushes output buffers up to target level.
     *
     * Resulting level can be greater than target level if a non-removable buffer has been encountered.
     *
     * @final
     */
    public static function closeOutputBuffers(int $targetLevel, bool $flush)
    {
        $status = ob_get_status(true);
        $level = \count($status);
        $flags = PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? PHP_OUTPUT_HANDLER_FLUSHABLE : PHP_OUTPUT_HANDLER_CLEANABLE);
 
        while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
            if ($flush) {
                ob_end_flush();
            } else {
                ob_end_clean();
            }
        }
    }
 
    /**
     * Checks if we need to remove Cache-Control for SSL encrypted downloads when using IE < 9.
     *
     * @see http://support.microsoft.com/kb/323308
     *
     * @final
     */
    protected function ensureIEOverSSLCompatibility(Request $request)
    {
        if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) {
            if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
                $this->headers->remove('Cache-Control');
            }
        }
Arguments
  1. "ob_end_flush(): failed to send buffer of zlib output compression (1)"
    
/
home
/
u544263832
/
domains
/
luxurymywedding.com
/
public_html
/
vendor
/
symfony
/
http-foundation
/
Response.php
    {
        return \in_array($this->statusCode, array(204, 304));
    }
 
    /**
     * Cleans or flushes output buffers up to target level.
     *
     * Resulting level can be greater than target level if a non-removable buffer has been encountered.
     *
     * @final
     */
    public static function closeOutputBuffers(int $targetLevel, bool $flush)
    {
        $status = ob_get_status(true);
        $level = \count($status);
        $flags = PHP_OUTPUT_HANDLER_REMOVABLE | ($flush ? PHP_OUTPUT_HANDLER_FLUSHABLE : PHP_OUTPUT_HANDLER_CLEANABLE);
 
        while ($level-- > $targetLevel && ($s = $status[$level]) && (!isset($s['del']) ? !isset($s['flags']) || ($s['flags'] & $flags) === $flags : $s['del'])) {
            if ($flush) {
                ob_end_flush();
            } else {
                ob_end_clean();
            }
        }
    }
 
    /**
     * Checks if we need to remove Cache-Control for SSL encrypted downloads when using IE < 9.
     *
     * @see http://support.microsoft.com/kb/323308
     *
     * @final
     */
    protected function ensureIEOverSSLCompatibility(Request $request)
    {
        if (false !== stripos($this->headers->get('Content-Disposition'), 'attachment') && 1 == preg_match('/MSIE (.*?);/i', $request->server->get('HTTP_USER_AGENT'), $match) && true === $request->isSecure()) {
            if ((int) preg_replace('/(MSIE )(.*?);/', '$2', $match[0]) < 9) {
                $this->headers->remove('Cache-Control');
            }
        }
/
home
/
u544263832
/
domains
/
luxurymywedding.com
/
public_html
/
vendor
/
symfony
/
http-foundation
/
Response.php
    {
        echo $this->content;
 
        return $this;
    }
 
    /**
     * Sends HTTP headers and content.
     *
     * @return $this
     */
    public function send()
    {
        $this->sendHeaders();
        $this->sendContent();
 
        if (\function_exists('fastcgi_finish_request')) {
            fastcgi_finish_request();
        } elseif (!\in_array(\PHP_SAPI, array('cli', 'phpdbg'), true)) {
            static::closeOutputBuffers(0, true);
        }
 
        return $this;
    }
 
    /**
     * Sets the response content.
     *
     * Valid types are strings, numbers, null, and objects that implement a __toString() method.
     *
     * @param mixed $content Content that can be cast to string
     *
     * @return $this
     *
     * @throws \UnexpectedValueException
     */
    public function setContent($content)
    {
        if (null !== $content && !\is_string($content) && !is_numeric($content) && !\is_callable(array($content, '__toString'))) {
            throw new \UnexpectedValueException(sprintf('The Response content must be a string or object implementing __toString(), "%s" given.', \gettype($content)));
Arguments
  1. 0
    
  2. true
    
/
home
/
u544263832
/
domains
/
luxurymywedding.com
/
public_html
/
public
/
index.php
/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/

$kernel = $app->make(Illuminate\Contracts\Http\Kernel::class);

$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);

$response->send();

$kernel->terminate($request, $response);

Environment & details:

empty
empty
empty
Key Value
laravel_session
"eyJpdiI6Ik5xanFrd3MxcUpiWmxtQmlwUmZ0SHc9PSIsInZhbHVlIjoic3l4MVNYUThER1wvSU1jUkVxRzRcL2hcL3VVOElzVEJhbytnOWEwUGpMcVBcL1ozU1ZmanlIK040N2JFWHg1QWppQlwvIiwibWFjIjoiYmExYzMzODRjZTcwMDFkMTMxYjY4NjU1M2U4ZGQ3ZmFiNjk2YTZkN2YwZWI2Zjg3OGNkMjQxNDE0NzBkNTQyZSJ9"
XSRF-TOKEN
"eyJpdiI6IkhSdENBblNDeDFjVjJmdnNjZmlFdnc9PSIsInZhbHVlIjoiMDBFUW1mZ1hvc0RTZGRqWU50U1RUaFYrT2ltN3RcL3A3SEVtS0prdlFnbFFXZzBCNmp5Qko4OFk1ZGMxN1NCVkkiLCJtYWMiOiI5ODcxNjFiMDU0Yjk2ZjZhOTQ3YmRkYzFhZjc2Zjg1MDllYmNkOWQ5ZGIzNzllOTkzN2MyZmNiNWUxZGU2NTA3In0="
empty
Key Value
LSPHP_ProcessGroup
"on"
PATH
"/usr/local/bin:/bin:/usr/bin"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"laravel_session=eyJpdiI6Ik5xanFrd3MxcUpiWmxtQmlwUmZ0SHc9PSIsInZhbHVlIjoic3l4MVNYUThER1wvSU1jUkVxRzRcL2hcL3VVOElzVEJhbytnOWEwUGpMcVBcL1ozU1ZmanlIK040N2JFWHg1QWppQlwvIiwibWFjIjoiYmExYzMzODRjZTcwMDFkMTMxYjY4NjU1M2U4ZGQ3ZmFiNjk2YTZkN2YwZWI2Zjg3OGNkMjQxNDE0NzBkNTQyZSJ9; XSRF-TOKEN=eyJpdiI6IkhSdENBblNDeDFjVjJmdnNjZmlFdnc9PSIsInZhbHVlIjoiMDBFUW1mZ1hvc0RTZGRqWU50U1RUaFYrT2ltN3RcL3A3SEVtS0prdlFnbFFXZzBCNmp5Qko4OFk1ZGMxN1NCVkkiLCJtYWMiOiI5ODcxNjFiMDU0Yjk2ZjZhOTQ3YmRkYzFhZjc2Zjg1MDllYmNkOWQ5ZGIzNzllOTkzN2MyZmNiNWUxZGU2NTA3In0%3D"
HTTP_HOST
"luxurymywedding.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
DOCUMENT_ROOT
"/home/u544263832/domains/luxurymywedding.com/public_html"
REMOTE_ADDR
"3.136.25.249"
REMOTE_PORT
"39749"
SERVER_ADDR
"195.35.39.246"
SERVER_NAME
"luxurymywedding.com"
SERVER_ADMIN
""
SERVER_PORT
"443"
REQUEST_SCHEME
"https"
REQUEST_URI
"/banquet_lawn/sodhani-farms"
REDIRECT_URL
"/public/banquet_lawn/sodhani-farms"
REDIRECT_REQUEST_METHOD
"GET"
HTTPS
"on"
CRAWLER_USLEEP
"1000"
CRAWLER_LOAD_LIMIT_ENFORCE
"25"
H_PLATFORM
"Hostinger"
H_TYPE
"shared"
H_CANARY
"false"
H_STAGING
"false"
REDIRECT_STATUS
"200"
X_SPDY
"HTTP2"
SSL_PROTOCOL
"TLSv1.3"
SSL_CIPHER
"TLS_AES_256_GCM_SHA384"
SSL_CIPHER_USEKEYSIZE
"256"
SSL_CIPHER_ALGKEYSIZE
"256"
SCRIPT_FILENAME
"/home/u544263832/domains/luxurymywedding.com/public_html/public/index.php"
QUERY_STRING
""
SCRIPT_URI
"https://luxurymywedding.com/banquet_lawn/sodhani-farms"
SCRIPT_URL
"/banquet_lawn/sodhani-farms"
SCRIPT_NAME
"/public/index.php"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
REQUEST_METHOD
"GET"
X-LSCACHE
"on,crawler,esi,combine"
PHP_SELF
"/public/index.php"
REQUEST_TIME_FLOAT
1732179804.5801
REQUEST_TIME
1732179804
APP_NAME
"Luxury My Wedding"
APP_SHORT_NAME
"LMW"
APP_ENV
"local"
APP_KEY
"base64:4cYLt4ymyWvxdmdyvczOL74XsfxK1ldYzPFf7al+v3o="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"http://localhost"
DEBUGBAR_ENABLED
"FALSE"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"u544263832_lmwdata"
DB_USERNAME
"u544263832_lmwuser"
DB_PASSWORD
"-SOPDj57An&{"
ENABLE_REGISTRATION
"true"
REQUIRES_APPROVAL
"false"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"sync"
SESSION_TIMEOUT_STATUS
"true"
SESSION_TIMEOUT
"60000"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"mail"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_FROM
"no-reply@luxurymywedding.com"
MAIL_FROM_NAME
"LMW"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_ENCRYPTION
"null"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
JWT_SECRET
"flUMRJC8fkeqS6GdpPdnXZ5Tp7TYAXcB"
FACEBOOK_CLIENT_ID
"785205972268767"
FACEBOOK_CLIENT_SECRET
"b3e800cecd9dd966792cbde130bcf6c2"
FACEBOOK_REDIRECT
"https://www.luxurymywedding.com/logins/facebook"
GOOGLE_CLIENT_ID
"1050214283987-8ghea2fjk47tlmm4bbjq3lqtdt01kmtn.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"7E4b2tOQRBpgZC7xTt33sUtZ"
GOOGLE_REDIRECT
"https://www.luxurymywedding.com/logins/google"
RAZORPAY_KEY
"rzp_test_zNpCeBGysCOP5n"
RAZORPAY_SECRET
"wHxI9tC9HQX5uBcAVl8xuHgy"
Key Value
LSPHP_ProcessGroup
"on"
PATH
"/usr/local/bin:/bin:/usr/bin"
APP_NAME
"Luxury My Wedding"
APP_SHORT_NAME
"LMW"
APP_ENV
"local"
APP_KEY
"base64:4cYLt4ymyWvxdmdyvczOL74XsfxK1ldYzPFf7al+v3o="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"http://localhost"
DEBUGBAR_ENABLED
"FALSE"
DB_CONNECTION
"mysql"
DB_HOST
"127.0.0.1"
DB_PORT
"3306"
DB_DATABASE
"u544263832_lmwdata"
DB_USERNAME
"u544263832_lmwuser"
DB_PASSWORD
"-SOPDj57An&{"
ENABLE_REGISTRATION
"true"
REQUIRES_APPROVAL
"false"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"sync"
SESSION_TIMEOUT_STATUS
"true"
SESSION_TIMEOUT
"60000"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"mail"
MAIL_HOST
"smtp.mailtrap.io"
MAIL_PORT
"2525"
MAIL_FROM
"no-reply@luxurymywedding.com"
MAIL_FROM_NAME
"LMW"
MAIL_USERNAME
"null"
MAIL_PASSWORD
"null"
MAIL_ENCRYPTION
"null"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
JWT_SECRET
"flUMRJC8fkeqS6GdpPdnXZ5Tp7TYAXcB"
FACEBOOK_CLIENT_ID
"785205972268767"
FACEBOOK_CLIENT_SECRET
"b3e800cecd9dd966792cbde130bcf6c2"
FACEBOOK_REDIRECT
"https://www.luxurymywedding.com/logins/facebook"
GOOGLE_CLIENT_ID
"1050214283987-8ghea2fjk47tlmm4bbjq3lqtdt01kmtn.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"7E4b2tOQRBpgZC7xTt33sUtZ"
GOOGLE_REDIRECT
"https://www.luxurymywedding.com/logins/google"
RAZORPAY_KEY
"rzp_test_zNpCeBGysCOP5n"
RAZORPAY_SECRET
"wHxI9tC9HQX5uBcAVl8xuHgy"
0. Whoops\Handler\PrettyPageHandler