Events

We provide unique hospitality packages for sporting events, concerts and festivals, and create bespoke events for corporate and private clients.


Upcoming Events

Sporting Events  |  Golf

Masters 2026

2026-04-062026-04-12

The Masters is the most sought after, bucket list event in world golf. Eclipse has been providing executive packages with fully customized daily schedules for 25 years. Come join us!

read more

Sporting Events  |  Tennis

Wimbledon 2026

2026-06-292026-07-12

World famous tennis tournament held in South West London

read more


Sporting Events
Basketball

no upcoming events

Cricket

no upcoming events

Golf
Horse Racing

no upcoming events

Motorsports

no upcoming events

Rugby

no upcoming events

Tennis
Rowing

no upcoming events

Baseball

no upcoming events

American Football

no upcoming events

Football

no upcoming events

Sailing

no upcoming events

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/eclipse/pyrocms/storage/framework/sessions/pfpvrSmi0M3LeiMwdfhyLfIzNCtzFnylf5jpszbe): failed to open stream: Disk quota exceeded ErrorException thrown with message "file_put_contents(/home/eclipse/pyrocms/storage/framework/sessions/pfpvrSmi0M3LeiMwdfhyLfIzNCtzFnylf5jpszbe): failed to open stream: Disk quota exceeded" Stacktrace: #9 ErrorException in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #8 file_put_contents in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #7 Illuminate\Filesystem\Filesystem:put in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #6 Illuminate\Session\FileSessionHandler:write in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/Store.php:128 #5 Illuminate\Session\Store:save in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #4 Illuminate\Session\Middleware\StartSession:terminate in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #3 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #2 Illuminate\Foundation\Http\Kernel:terminate in /home/eclipse/pyrocms/vendor/anomaly/streams-platform/src/Http/CacheKernel.php:87 #1 Anomaly\Streams\Platform\Http\CacheKernel:terminate in /home/eclipse/pyrocms/vendor/anomaly/streams-platform/src/Http/HttpCache.php:55 #0 Anomaly\Streams\Platform\Http\HttpCache:terminate in /home/eclipse/pyrocms/public/index.php:67
9
ErrorException
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
8
file_put_contents
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
7
Illuminate\Filesystem\Filesystem put
/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php83
6
Illuminate\Session\FileSessionHandler write
/vendor/laravel/framework/src/Illuminate/Session/Store.php128
5
Illuminate\Session\Store save
/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php87
4
Illuminate\Session\Middleware\StartSession terminate
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php218
3
Illuminate\Foundation\Http\Kernel terminateMiddleware
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php189
2
Illuminate\Foundation\Http\Kernel terminate
/vendor/anomaly/streams-platform/src/Http/CacheKernel.php87
1
Anomaly\Streams\Platform\Http\CacheKernel terminate
/vendor/anomaly/streams-platform/src/Http/HttpCache.php55
0
Anomaly\Streams\Platform\Http\HttpCache terminate
/public/index.php67
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "file_put_contents(/home/eclipse/pyrocms/storage/framework/sessions/pfpvrSmi0M3LeiMwdfhyLfIzNCtzFnylf5jpszbe): failed to open stream: Disk quota exceeded"
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php
     *
     * @param  string  $path
     * @return string
     */
    public function hash($path)
    {
        return md5_file($path);
    }
 
    /**
     * Write the contents of a file.
     *
     * @param  string  $path
     * @param  string  $contents
     * @param  bool  $lock
     * @return int
     */
    public function put($path, $contents, $lock = false)
    {
        return file_put_contents($path, $contents, $lock ? LOCK_EX : 0);
    }
 
    /**
     * Prepend to a file.
     *
     * @param  string  $path
     * @param  string  $data
     * @return int
     */
    public function prepend($path, $data)
    {
        if ($this->exists($path)) {
            return $this->put($path, $data.$this->get($path));
        }
 
        return $this->put($path, $data);
    }
 
    /**
     * Append to a file.
Arguments
  1. "/home/eclipse/pyrocms/storage/framework/sessions/pfpvrSmi0M3LeiMwdfhyLfIzNCtzFnylf5jpszbe"
    
  2. "a:3:{s:6:"_token";s:40:"vN4oMyBsZD2Oyk72gWlHgQIE7XEbVOJJDjXernCj";s:9:"_previous";a:1:{s:3:"url";s:38:"https://eclipsesportsevents.com/events";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->exists($path = $this->path.'/'.$sessionId)) {
            if (filemtime($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->get($path, true);
            }
        }
 
        return '';
    }
 
    /**
     * {@inheritdoc}
     */
    public function write($sessionId, $data)
    {
        $this->files->put($this->path.'/'.$sessionId, $data, true);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function destroy($sessionId)
    {
        $this->files->delete($this->path.'/'.$sessionId);
 
        return true;
    }
 
    /**
     * {@inheritdoc}
     */
    public function gc($lifetime)
    {
        $files = Finder::create()
Arguments
  1. "/home/eclipse/pyrocms/storage/framework/sessions/pfpvrSmi0M3LeiMwdfhyLfIzNCtzFnylf5jpszbe"
    
  2. "a:3:{s:6:"_token";s:40:"vN4oMyBsZD2Oyk72gWlHgQIE7XEbVOJJDjXernCj";s:9:"_previous";a:1:{s:3:"url";s:38:"https://eclipsesportsevents.com/events";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/Store.php
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForUnserialize($data)
    {
        return $data;
    }
 
    /**
     * Save the session data to storage.
     *
     * @return bool
     */
    public function save()
    {
        $this->ageFlashData();
 
        $this->handler->write($this->getId(), $this->prepareForStorage(
            serialize($this->attributes)
        ));
 
        $this->started = false;
    }
 
    /**
     * Prepare the serialized session data for storage.
     *
     * @param  string  $data
     * @return string
     */
    protected function prepareForStorage($data)
    {
        return $data;
    }
 
    /**
     * Age the flash data for the session.
     *
     * @return void
Arguments
  1. "pfpvrSmi0M3LeiMwdfhyLfIzNCtzFnylf5jpszbe"
    
  2. "a:3:{s:6:"_token";s:40:"vN4oMyBsZD2Oyk72gWlHgQIE7XEbVOJJDjXernCj";s:9:"_previous";a:1:{s:3:"url";s:38:"https://eclipsesportsevents.com/events";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php
        if ($this->sessionConfigured()) {
            $this->storeCurrentUrl($request, $session);
 
            $this->addCookieToResponse($response, $session);
        }
 
        return $response;
    }
 
    /**
     * Perform any final actions for the request lifecycle.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Symfony\Component\HttpFoundation\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        if ($this->sessionHandled && $this->sessionConfigured() && ! $this->usingCookieSessions()) {
            $this->manager->driver()->save();
        }
    }
 
    /**
     * Start the session for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return \Illuminate\Contracts\Session\Session
     */
    protected function startSession(Request $request)
    {
        return tap($this->getSession($request), function ($session) use ($request) {
            $session->setRequestOnHandler($request);
 
            $session->start();
        });
    }
 
    /**
     * Get the session implementation from the manager.
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
                continue;
            }
 
            list($name) = $this->parseMiddleware($middleware);
 
            $instance = $this->app->make($name);
 
            if (method_exists($instance, 'terminate')) {
                $instance->terminate($request, $response);
            }
        }
    }
 
    /**
     * Gather the route middleware for the given request.
     *
     * @param  \Illuminate\Http\Request  $request
     * @return array
     */
    protected function gatherRouteMiddleware($request)
    {
        if ($route = $request->route()) {
            return $this->router->gatherRouteMiddleware($route);
        }
 
        return [];
    }
 
    /**
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/events"
      #requestUri: "/events"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/eclipse/pyrocms/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php
     */
    protected function dispatchToRouter()
    {
        return function ($request) {
            $this->app->instance('request', $request);
 
            return $this->router->dispatch($request);
        };
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    public function terminate($request, $response)
    {
        $this->terminateMiddleware($request, $response);
 
        $this->app->terminate();
    }
 
    /**
     * Call the terminate method on any terminable middleware.
     *
     * @param  \Illuminate\Http\Request  $request
     * @param  \Illuminate\Http\Response  $response
     * @return void
     */
    protected function terminateMiddleware($request, $response)
    {
        $middlewares = $this->app->shouldSkipMiddleware() ? [] : array_merge(
            $this->gatherRouteMiddleware($request),
            $this->middleware
        );
 
        foreach ($middlewares as $middleware) {
            if (! is_string($middleware)) {
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/events"
      #requestUri: "/events"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/eclipse/pyrocms/vendor/anomaly/streams-platform/src/Http/CacheKernel.php
 
        /**
         * Disable for Control Panel
         */
        if (str_is(self::$excluded, $_SERVER['REQUEST_URI'])) {
            return $kernel;
        }
 
        return $cache;
    }
 
    /**
     * Terminate the response.
     *
     * @param Request $request
     * @param Response $response
     */
    public function terminate(Request $request, Response $response)
    {
        $this->kernel->terminate($request, $response);
    }
 
}
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/events"
      #requestUri: "/events"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/eclipse/pyrocms/vendor/anomaly/streams-platform/src/Http/HttpCache.php
        }
    }
 
    /**
     * Clear httpcache cache.
     */
    public function clear()
    {
        $this->dispatch(new ClearHttpCache());
    }
 
    /**
     * Terminate the request.
     *
     * @param Request $request
     * @param Response $response
     */
    public function terminate(Request $request, Response $response)
    {
        $this->getKernel()->terminate($request, $response);
    }
 
}
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/events"
      #requestUri: "/events"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/eclipse/pyrocms/public/index.php
|--------------------------------------------------------------------------
|
| 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);
 
$kernel = \Anomaly\Streams\Platform\Http\CacheKernel::wrap($kernel);
 
$response = $kernel->handle(
    $request = Illuminate\Http\Request::capture()
);
 
$response->send();
 
$kernel->terminate($request, $response);
 
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: null
      #routeResolver: null
      +attributes: ParameterBag {}
      +request: ParameterBag {#1}
      +query: ParameterBag {#1}
      +server: ServerBag {}
      +files: FileBag {}
      +cookies: ParameterBag {}
      +headers: HeaderBag {}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: null
      #pathInfo: "/events"
      #requestUri: "/events"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: null
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    

Environment & details:

empty
empty
empty
Key Value
laravel_session
"eyJpdiI6IkdYS3dJTVpiMlN2MFczamVtWUx6XC93PT0iLCJ2YWx1ZSI6IlR3Kzk5U1wvVzVJZXk4VEtqdm9BY0Z5MkJLRm02bURDWERybDJWV29QcWVcLzRcL2NcL0tvZkJWMlMxT3RUYWp5UlBDUkl2MHJSXC92QW13WmRHdGY4VklIOVE9PSIsIm1hYyI6ImNhYWY1NDk2MWUwOGIyZjQxZjUzOTNkZWM4NTA5YzE4MWJjNGM1MGQ0NTliZTI0ODM0ODVmMGUxMTU0NDM1ZTEifQ=="
XSRF-TOKEN
"eyJpdiI6Iit5Wkxic1lPM3NaQzN1KzJ6Y0pYa3c9PSIsInZhbHVlIjoibkFDbFVYN2RXeUNUSDZrQzlWa2tjSHZsVmhER2VrMmJUQ2M0WE91MG5Za2RVbERYNlRQcmIxRW9NRXB3YUlPWXBMcnQ5ak5oaTByNE9wcmJPNytsOVE9PSIsIm1hYyI6IjQ0NzAzMDFkNzhiNzMwOTkwMDFjODg2NTE0ZWE2YmE5ZmQ1MGUzZThmOTY0MTA3MGM4ZGQxNzA3OTY3ZDg2ZTIifQ=="
empty
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_COOKIE
"laravel_session=eyJpdiI6IkdYS3dJTVpiMlN2MFczamVtWUx6XC93PT0iLCJ2YWx1ZSI6IlR3Kzk5U1wvVzVJZXk4VEtqdm9BY0Z5MkJLRm02bURDWERybDJWV29QcWVcLzRcL2NcL0tvZkJWMlMxT3RUYWp5UlBDUkl2MHJSXC92QW13WmRHdGY4VklIOVE9PSIsIm1hYyI6ImNhYWY1NDk2MWUwOGIyZjQxZjUzOTNkZWM4NTA5YzE4MWJjNGM1MGQ0NTliZTI0ODM0ODVmMGUxMTU0NDM1ZTEifQ%3D%3D; XSRF-TOKEN=eyJpdiI6Iit5Wkxic1lPM3NaQzN1KzJ6Y0pYa3c9PSIsInZhbHVlIjoibkFDbFVYN2RXeUNUSDZrQzlWa2tjSHZsVmhER2VrMmJUQ2M0WE91MG5Za2RVbERYNlRQcmIxRW9NRXB3YUlPWXBMcnQ5ak5oaTByNE9wcmJPNytsOVE9PSIsIm1hYyI6IjQ0NzAzMDFkNzhiNzMwOTkwMDFjODg2NTE0ZWE2YmE5ZmQ1MGUzZThmOTY0MTA3MGM4ZGQxNzA3OTY3ZDg2ZTIifQ%3D%3D"
HTTP_HOST
"eclipsesportsevents.com"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_HTTPS
"1"
DOCUMENT_ROOT
"/home/eclipse/public_html"
REMOTE_ADDR
"216.73.216.131"
REMOTE_PORT
"63005"
SERVER_ADDR
"193.35.59.50"
SERVER_NAME
"eclipsesportsevents.com"
SERVER_ADMIN
"webmaster@eclipsesportsevents.com"
SERVER_PORT
"443"
REQUEST_SCHEME
"https"
REQUEST_URI
"/events"
REDIRECT_URL
"/en/events"
REDIRECT_REQUEST_METHOD
"GET"
HTTPS
"on"
HTTP_AUTHORIZATION
""
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/eclipse/public_html/index.php"
QUERY_STRING
""
SCRIPT_URI
"https://eclipsesportsevents.com/en/events"
SCRIPT_URL
"/en/events"
SCRIPT_NAME
"/index.php"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"LiteSpeed"
REQUEST_METHOD
"GET"
X-LSCACHE
"on"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1767217044.3031
REQUEST_TIME
1767217044
ORIGINAL_REQUEST_URI
"/en/events"
APP_ENV
"production"
APP_DEBUG
"true"
DEBUG_BAR
"false"
APP_KEY
"base64:UkFMZrdpmNNqzYXI0P9iv5xATpaDtcI2/RRIHSwBsnA="
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_DATABASE
"eclipse_pyrocms"
DB_USERNAME
"eclipse_db"
DB_PASSWORD
"xWke3DU5BWCf8YsHhAmJZXitKf"
APPLICATION_NAME
"Default"
APPLICATION_REFERENCE
"default"
APPLICATION_DOMAIN
"eclipsesportsevents.com"
LAZY_TRANSLATIONS
"true"
DB_CACHE
"true"
LOCALE
"en"
TIMEZONE
"UTC"
INSTALLED
"true"
RECAPTCHA_SITE_KEY
"6LfbqbIUAAAAAGkx8lPCN_qMpGWaHdgMLOostvlx"
RECAPTCHA_SECRET_KEY
"6LfbqbIUAAAAAOoYaE8CVzB-rR9ww4kIaioF8AS-"
RECAPTCHA_THRESHOLD
"0.5"
RECAPTCHA_HIDE_BADGE
"false"
Key Value
PATH
"/usr/local/bin:/bin:/usr/bin"
APP_ENV
"production"
APP_DEBUG
"true"
DEBUG_BAR
"false"
APP_KEY
"base64:UkFMZrdpmNNqzYXI0P9iv5xATpaDtcI2/RRIHSwBsnA="
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_DATABASE
"eclipse_pyrocms"
DB_USERNAME
"eclipse_db"
DB_PASSWORD
"xWke3DU5BWCf8YsHhAmJZXitKf"
APPLICATION_NAME
"Default"
APPLICATION_REFERENCE
"default"
APPLICATION_DOMAIN
"eclipsesportsevents.com"
LAZY_TRANSLATIONS
"true"
DB_CACHE
"true"
LOCALE
"en"
TIMEZONE
"UTC"
INSTALLED
"true"
RECAPTCHA_SITE_KEY
"6LfbqbIUAAAAAGkx8lPCN_qMpGWaHdgMLOostvlx"
RECAPTCHA_SECRET_KEY
"6LfbqbIUAAAAAOoYaE8CVzB-rR9ww4kIaioF8AS-"
RECAPTCHA_THRESHOLD
"0.5"
RECAPTCHA_HIDE_BADGE
"false"
0. Whoops\Handler\PrettyPageHandler