But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and will give you a complete account of the system and expound the actual teachings of the great explore

#
#
#
#
#
#

Why Halal Nearby

Reach out to customers who are looking to enjoy tasty halal food. Share details of your restaurant, online menus, promote specials and let customers know about dine-in, delivery and pick up options. We work closely with local restaurants to make sure restaurant information is updated continuously. Best of all, inclusion in our directory is FREE. Its ZERO, ZILCH, NADA.

Cuisines

icon 01

Choose a Service

Select the service you wish to view. Halal Nearby allows you to filter through the restaurants' services to find what you are looking for, from delivery options to dine-in and pickup

Food

icon 02

Find what you want

Halal nearby has categorized the abundance of unique cuisines offering Halal food. From food from all around the world, everything is organized and ready for your choosing.

Location

icon 03

Go out and explore

Find new restaurants in your neighbourhood!

thumb

Plan your next meal

Browse through a collection of local Halal restaurants easily with a button click. Check out menus, explore restaurant specials, and discover dine-in, delivery and pickup options near you.

thumb

Local and Updated

HNB prides itself on its relationship with the communities around Ontario. We work closely with local restaurants to update all information regularly

thumb

Halal Verification

We do our best to verify the accuracy of Halal information by gathering data from multiple sources, including the restaurant itself. It is always recommended to confirm before ordering as not all items may be Halal.

Halal Food options in Ontario


Halal Cuisines Choices


Popular Halal Food

Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/loqica80saqg/public_html/halalnearby.com/storage/framework/sessions/Y1xBXdR8XS6fClOC3YnPdMZYitwqMLZwAL1MFyb7): failed to open stream: Disk quota exceeded ErrorException thrown with message "file_put_contents(/home/loqica80saqg/public_html/halalnearby.com/storage/framework/sessions/Y1xBXdR8XS6fClOC3YnPdMZYitwqMLZwAL1MFyb7): failed to open stream: Disk quota exceeded" Stacktrace: #8 ErrorException in /home/loqica80saqg/public_html/halalnearby.com/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #7 file_put_contents in /home/loqica80saqg/public_html/halalnearby.com/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 Illuminate\Filesystem\Filesystem:put in /home/loqica80saqg/public_html/halalnearby.com/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #5 Illuminate\Session\FileSessionHandler:write in /home/loqica80saqg/public_html/halalnearby.com/vendor/laravel/framework/src/Illuminate/Session/Store.php:128 #4 Illuminate\Session\Store:save in /home/loqica80saqg/public_html/halalnearby.com/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #3 Illuminate\Session\Middleware\StartSession:terminate in /home/loqica80saqg/public_html/halalnearby.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #2 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/loqica80saqg/public_html/halalnearby.com/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #1 Illuminate\Foundation\Http\Kernel:terminate in /home/loqica80saqg/public_html/halalnearby.com/public/index.php:64 #0 require_once in /home/loqica80saqg/public_html/halalnearby.com/server.php:21
8
ErrorException
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
7
file_put_contents
/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php122
6
Illuminate\Filesystem\Filesystem put
/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php83
5
Illuminate\Session\FileSessionHandler write
/vendor/laravel/framework/src/Illuminate/Session/Store.php128
4
Illuminate\Session\Store save
/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php87
3
Illuminate\Session\Middleware\StartSession terminate
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php218
2
Illuminate\Foundation\Http\Kernel terminateMiddleware
/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php189
1
Illuminate\Foundation\Http\Kernel terminate
/public/index.php64
0
require_once
/server.php21
/home/loqica80saqg/public_html/halalnearby.com/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/loqica80saqg/public_html/halalnearby.com/storage/framework/sessions/Y1xBXdR8XS6fClOC3YnPdMZYitwqMLZwAL1MFyb7): failed to open stream: Disk quota exceeded"
    
/home/loqica80saqg/public_html/halalnearby.com/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/loqica80saqg/public_html/halalnearby.com/storage/framework/sessions/Y1xBXdR8XS6fClOC3YnPdMZYitwqMLZwAL1MFyb7"
    
  2. "a:3:{s:6:"_token";s:40:"570eZM4jm6JiLVzrLq4T8Wv85vIq0gxZWnuE4faX";s:9:"_previous";a:1:{s:3:"url";s:32:"https://halalnearby.com/whyhalal";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/home/loqica80saqg/public_html/halalnearby.com/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/loqica80saqg/public_html/halalnearby.com/storage/framework/sessions/Y1xBXdR8XS6fClOC3YnPdMZYitwqMLZwAL1MFyb7"
    
  2. "a:3:{s:6:"_token";s:40:"570eZM4jm6JiLVzrLq4T8Wv85vIq0gxZWnuE4faX";s:9:"_previous";a:1:{s:3:"url";s:32:"https://halalnearby.com/whyhalal";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/home/loqica80saqg/public_html/halalnearby.com/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. "Y1xBXdR8XS6fClOC3YnPdMZYitwqMLZwAL1MFyb7"
    
  2. "a:3:{s:6:"_token";s:40:"570eZM4jm6JiLVzrLq4T8Wv85vIq0gxZWnuE4faX";s:9:"_previous";a:1:{s:3:"url";s:32:"https://halalnearby.com/whyhalal";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/home/loqica80saqg/public_html/halalnearby.com/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/loqica80saqg/public_html/halalnearby.com/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: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +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: array:4 [
        0 => "text/html"
        1 => "application/xhtml+xml"
        2 => "application/xml"
        3 => "*/*"
      ]
      #pathInfo: "/whyhalal"
      #requestUri: "/whyhalal"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/loqica80saqg/public_html/halalnearby.com/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: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +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: array:4 [
        0 => "text/html"
        1 => "application/xhtml+xml"
        2 => "application/xml"
        3 => "*/*"
      ]
      #pathInfo: "/whyhalal"
      #requestUri: "/whyhalal"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/loqica80saqg/public_html/halalnearby.com/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);
 
Arguments
  1. Request {
      #json: null
      #convertedFiles: null
      #userResolver: Closure {
        class: "Illuminate\Auth\AuthServiceProvider"
        this: AuthServiceProvider { …}
        parameters: {
          $guard: {
            default: null
          }
        }
        use: {
          $app: Application { …}
        }
      }
      #routeResolver: Closure {
        class: "Illuminate\Routing\Router"
        this: Router { …}
        use: {
          $route: Route { …}
        }
      }
      +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: array:4 [
        0 => "text/html"
        1 => "application/xhtml+xml"
        2 => "application/xml"
        3 => "*/*"
      ]
      #pathInfo: "/whyhalal"
      #requestUri: "/whyhalal"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {}
    
/home/loqica80saqg/public_html/halalnearby.com/server.php
/**
 * Laravel - A PHP Framework For Web Artisans
 *
 * @package  Laravel
 * @author   Taylor Otwell <taylor@laravel.com>
 */

$uri = urldecode(
    parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)
);

// This file allows us to emulate Apache's "mod_rewrite" functionality from the
// built-in PHP web server. This provides a convenient way to test a Laravel
// application without having installed a "real" web server software here.
if ($uri !== '/' && file_exists(__DIR__.'/public'.$uri)) {
    return false;
}

require_once __DIR__.'/public/index.php';
 
Arguments
  1. "/home/loqica80saqg/public_html/halalnearby.com/public/index.php"
    

Environment & details:

empty
empty
empty
empty
empty
Key Value
LSPHP_ENABLE_USER_INI
"on"
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
HTTP_ACCEPT_ENCODING
"br,gzip"
HTTP_ACCEPT_LANGUAGE
"en-US,en;q=0.5"
CONTENT_LENGTH
"0"
HTTP_HOST
"halalnearby.com"
HTTP_USER_AGENT
"CCBot/2.0 (https://commoncrawl.org/faq/)"
HTTP_IF_MODIFIED_SINCE
"Sun, 03 Nov 2024 04:16:32 GMT"
HTTP_X_HTTPS
"1"
REDIRECT_UNIQUE_ID
"Z9VjlOOiUjNUL1XMmcFgVAAB7iM"
REDIRECT_SCRIPT_URL
"/whyhalal"
REDIRECT_SCRIPT_URI
"https://halalnearby.com/whyhalal"
REDIRECT_USER_ID
"9335035"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"halalnearby.com"
REDIRECT_HTTP2
"on"
REDIRECT_H2PUSH
"on"
REDIRECT_H2_PUSH
"on"
REDIRECT_H2_PUSHED
""
REDIRECT_H2_PUSHED_ON
""
REDIRECT_H2_STREAM_ID
"3"
REDIRECT_H2_STREAM_TAG
"360394-1031-3"
REDIRECT_STATUS
"200"
UNIQUE_ID
"Z9VjlOOiUjNUL1XMmcFgVAAB7iM"
SCRIPT_URL
"/whyhalal"
SCRIPT_URI
"https://halalnearby.com/whyhalal"
USER_ID
"9335035"
HTTPS
"on"
SSL_TLS_SNI
"halalnearby.com"
HTTP2
"on"
H2PUSH
"on"
H2_PUSH
"on"
H2_PUSHED
""
H2_PUSHED_ON
""
H2_STREAM_ID
"3"
H2_STREAM_TAG
"360394-1031-3"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"halalnearby.com"
SERVER_ADDR
"198.12.216.61"
SERVER_PORT
"443"
REMOTE_ADDR
"18.97.14.81"
DOCUMENT_ROOT
"/home/loqica80saqg/public_html/halalnearby.com"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
""
CONTEXT_DOCUMENT_ROOT
"/home/loqica80saqg/public_html/halalnearby.com"
SERVER_ADMIN
"webmaster@halalnearby.humsub.com"
SCRIPT_FILENAME
"/home/loqica80saqg/public_html/halalnearby.com/server.php"
REMOTE_PORT
"58238"
REDIRECT_URL
"/whyhalal"
SERVER_PROTOCOL
"HTTP/2.0"
REQUEST_METHOD
"GET"
QUERY_STRING
""
REQUEST_URI
"/whyhalal"
SCRIPT_NAME
"/server.php"
PHP_SELF
"/server.php"
REQUEST_TIME_FLOAT
1742037908.4244
REQUEST_TIME
1742037908
APP_NAME
"HALALNEARBY"
APP_ENV
"local"
APP_KEY
"base64:/yv7KgrhsTTWWfrO41a5oyVqIiD/J960imlUBHYBXck="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"https://halalnearby.com/"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"hnb_new"
DB_USERNAME
"hnb_new"
DB_PASSWORD
"hnb_new"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"sendmail"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_ENCRYPTION
"tls"
MAIL_FROM_ADDRESS
"noreply@halalnearby.com"
MAIL_FROM_NAME
"Halal Nearby"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
GOOGLE_CLIENT_ID
"890785861959-v57rme8l8r96biesnbaalc4qs253uamb.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"vylp7o5L1l-a-h9S0kQFfhka"
GOOGLE_REDIRECT
"https://sh.halalnearby.com/callback"
Key Value
LSPHP_ENABLE_USER_INI
"on"
PATH
"/usr/local/bin:/usr/bin:/bin"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
PWD
"/"
APP_NAME
"HALALNEARBY"
APP_ENV
"local"
APP_KEY
"base64:/yv7KgrhsTTWWfrO41a5oyVqIiD/J960imlUBHYBXck="
APP_DEBUG
"true"
APP_LOG_LEVEL
"debug"
APP_URL
"https://halalnearby.com/"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"hnb_new"
DB_USERNAME
"hnb_new"
DB_PASSWORD
"hnb_new"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"file"
SESSION_DRIVER
"file"
SESSION_LIFETIME
"120"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"sendmail"
MAIL_HOST
"smtp.gmail.com"
MAIL_PORT
"587"
MAIL_ENCRYPTION
"tls"
MAIL_FROM_ADDRESS
"noreply@halalnearby.com"
MAIL_FROM_NAME
"Halal Nearby"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
GOOGLE_CLIENT_ID
"890785861959-v57rme8l8r96biesnbaalc4qs253uamb.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET
"vylp7o5L1l-a-h9S0kQFfhka"
GOOGLE_REDIRECT
"https://sh.halalnearby.com/callback"
0. Whoops\Handler\PrettyPageHandler