CALL US ON 0800 304 7549

Our phones lines are open 24/7

Carrots Wholesale Suppliers

Are you looking for an excellent wholesale carrots supplier in the capital? It's our job to fulfil your every carrot need, from everyday to exotic.

Wholesale carrots delivered next day in London and across the south

They're naturally sugary, they're crisp and crunchy. Carrots are healthy, tasty, colourful and deceptively simple root vegetables packed with beta-carotenes, falcarinol, vitamin A, vitamin C, minerals, and antioxidants. A tap root of the Apiaceae family, the carrot's Latin name is Daucus carota. They're closely related to things like parsnips, parsley, dill and cumin. 

Fresh grated carrot is magic all on its own. Cooked, it goes great with other root vegetables like radishes, kolabi, beet and turnip. They roast beautifully, providing a crisp skin and a soft, sweet inside, and they're a pillar of every traditional Sunday lunch. Best of all they come in many crazy colours, from everyday orange through yellow and white to purple. What a treat for your plate. And carrot chutney? As you can imagine, it's mouth-wateringly good.   

Come to us, the best wholesale carrot supplier in town, for the freshest produce, direct from New Covent Garden market. For excellent service from wholesale vegetable suppliers who have been doing this for years. And for the pleasure of dealing with a friendly family business whose food values match your own.  

Buy wholesale carrots in bulk from us and you can always know what you're getting is fabulous quality. As your trusted carrot wholesaler we deliver the best bulk wholesale carrots to catering organisations of every imaginable kind, including restaurants, hotels, cafes, hospitals, schools, universities, nightclubs, sports stadia and more, right across London, Essex, Sussex, Berkshire, Hertfordshire, Kent, Suffolk, Surrey, and Middlesex.

As your favourite wholesale carrot supplier in London we're always happy help find the produce you want. We know our onions, after all! If you can't see the exact product you're looking for here, call us on 0800 304 7549.
 

Please wait.....
Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/fruitandvegco/public_html/storage/framework/sessions/C44tulKBXZusaS1ytnsKzuaaRuljDcSicNILnfhQ): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/home/fruitandvegco/public_html/storage/framework/sessions/C44tulKBXZusaS1ytnsKzuaaRuljDcSicNILnfhQ): failed to open stream: No space left on device" Stacktrace: #7 ErrorException in /home/fruitandvegco/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #6 file_put_contents in /home/fruitandvegco/public_html/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:122 #5 Illuminate\Filesystem\Filesystem:put in /home/fruitandvegco/public_html/vendor/laravel/framework/src/Illuminate/Session/FileSessionHandler.php:83 #4 Illuminate\Session\FileSessionHandler:write in /home/fruitandvegco/public_html/vendor/laravel/framework/src/Illuminate/Session/Store.php:129 #3 Illuminate\Session\Store:save in /home/fruitandvegco/public_html/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:87 #2 Illuminate\Session\Middleware\StartSession:terminate in /home/fruitandvegco/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:218 #1 Illuminate\Foundation\Http\Kernel:terminateMiddleware in /home/fruitandvegco/public_html/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:189 #0 Illuminate\Foundation\Http\Kernel:terminate in /home/fruitandvegco/public_html/public/index.php:57
7
ErrorException
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
6
file_put_contents
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Filesystem
/
Filesystem.php
122
5
Illuminate
\
Filesystem
\
Filesystem
put
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
83
4
Illuminate
\
Session
\
FileSessionHandler
write
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Store.php
129
3
Illuminate
\
Session
\
Store
save
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
Middleware
/
StartSession.php
87
2
Illuminate
\
Session
\
Middleware
\
StartSession
terminate
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
218
1
Illuminate
\
Foundation
\
Http
\
Kernel
terminateMiddleware
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Foundation
/
Http
/
Kernel.php
189
0
Illuminate
\
Foundation
\
Http
\
Kernel
terminate
/
public
/
index.php
57
/
home
/
fruitandvegco
/
public_html
/
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/fruitandvegco/public_html/storage/framework/sessions/C44tulKBXZusaS1ytnsKzuaaRuljDcSicNILnfhQ): failed to open stream: No space left on device"
    
/
home
/
fruitandvegco
/
public_html
/
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/fruitandvegco/public_html/storage/framework/sessions/C44tulKBXZusaS1ytnsKzuaaRuljDcSicNILnfhQ"
    
  2. "a:3:{s:6:"_token";s:40:"znVST6JF4iTPRMH2Lkyiu07jpMbDpq7M7YEz8HmQ";s:9:"_previous";a:1:{s:3:"url";s:83:"https://www.fruitandveg.co.uk/frozen/frozen-vegetables/carrots?order=price&sort=asc";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. 2
    
/
home
/
fruitandvegco
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Session
/
FileSessionHandler.php
    /**
     * {@inheritdoc}
     */
    public function read($sessionId)
    {
        if ($this->files->isFile($path = $this->path.'/'.$sessionId)) {
            if ($this->files->lastModified($path) >= Carbon::now()->subMinutes($this->minutes)->getTimestamp()) {
                return $this->files->sharedGet($path);
            }
        }
 
        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/fruitandvegco/public_html/storage/framework/sessions/C44tulKBXZusaS1ytnsKzuaaRuljDcSicNILnfhQ"
    
  2. "a:3:{s:6:"_token";s:40:"znVST6JF4iTPRMH2Lkyiu07jpMbDpq7M7YEz8HmQ";s:9:"_previous";a:1:{s:3:"url";s:83:"https://www.fruitandveg.co.uk/frozen/frozen-vegetables/carrots?order=price&sort=asc";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
  3. true
    
/
home
/
fruitandvegco
/
public_html
/
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. "C44tulKBXZusaS1ytnsKzuaaRuljDcSicNILnfhQ"
    
  2. "a:3:{s:6:"_token";s:40:"znVST6JF4iTPRMH2Lkyiu07jpMbDpq7M7YEz8HmQ";s:9:"_previous";a:1:{s:3:"url";s:83:"https://www.fruitandveg.co.uk/frozen/frozen-vegetables/carrots?order=price&sort=asc";}s:6:"_flash";a:2:{s:3:"old";a:0:{}s:3:"new";a:0:{}}}"
    
/
home
/
fruitandvegco
/
public_html
/
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
/
fruitandvegco
/
public_html
/
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 {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure($guard = null) {#1000 …6}
      #routeResolver: Closure() {#1016 …5}
      +attributes: ParameterBag {#44}
      +request: ParameterBag {#50}
      +query: ParameterBag {#50}
      +server: ServerBag {#46}
      +files: FileBag {#47}
      +cookies: ParameterBag {#45}
      +headers: HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/frozen/frozen-vegetables/carrots/"
      #requestUri: "/frozen/frozen-vegetables/carrots/?order=price&sort=asc"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#1510}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1534}
    
/
home
/
fruitandvegco
/
public_html
/
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 {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure($guard = null) {#1000 …6}
      #routeResolver: Closure() {#1016 …5}
      +attributes: ParameterBag {#44}
      +request: ParameterBag {#50}
      +query: ParameterBag {#50}
      +server: ServerBag {#46}
      +files: FileBag {#47}
      +cookies: ParameterBag {#45}
      +headers: HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/frozen/frozen-vegetables/carrots/"
      #requestUri: "/frozen/frozen-vegetables/carrots/?order=price&sort=asc"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#1510}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1534}
    
/
home
/
fruitandvegco
/
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);
 
Arguments
  1. Request {#42
      #json: null
      #convertedFiles: []
      #userResolver: Closure($guard = null) {#1000 …6}
      #routeResolver: Closure() {#1016 …5}
      +attributes: ParameterBag {#44}
      +request: ParameterBag {#50}
      +query: ParameterBag {#50}
      +server: ServerBag {#46}
      +files: FileBag {#47}
      +cookies: ParameterBag {#45}
      +headers: HeaderBag {#48}
      #content: null
      #languages: null
      #charsets: null
      #encodings: null
      #acceptableContentTypes: array:1 [
        0 => "*/*"
      ]
      #pathInfo: "/frozen/frozen-vegetables/carrots/"
      #requestUri: "/frozen/frozen-vegetables/carrots/?order=price&sort=asc"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#1510}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1534}
    

Environment & details:

Key Value
order
"price"
sort
"asc"
empty
empty
empty
empty
Key Value
TZ
"Europe/London"
REDIRECT_REDIRECT_UNIQUE_ID
"Zj3M0eIV0F17H6Gh68aqagAAAAU"
REDIRECT_REDIRECT_SCRIPT_URL
"/frozen/frozen-vegetables/carrots/"
REDIRECT_REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/frozen/frozen-vegetables/carrots/"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Zj3M0eIV0F17H6Gh68aqagAAAAU"
REDIRECT_SCRIPT_URL
"/frozen/frozen-vegetables/carrots/"
REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/frozen/frozen-vegetables/carrots/"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_HANDLER
"application/x-httpd-ea-php72"
REDIRECT_STATUS
"200"
UNIQUE_ID
"Zj3M0eIV0F17H6Gh68aqagAAAAU"
SCRIPT_URL
"/frozen/frozen-vegetables/carrots/"
SCRIPT_URI
"https://www.fruitandveg.co.uk/frozen/frozen-vegetables/carrots/"
HTTPS
"on"
SSL_TLS_SNI
"www.fruitandveg.co.uk"
HTTP_ACCEPT
"*/*"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_HOST
"www.fruitandveg.co.uk"
HTTP_X_HTTPS
"1"
PATH
"/usr/local/jdk/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/X11R6/bin:/root/bin:/opt/bin"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SERVER_NAME
"www.fruitandveg.co.uk"
SERVER_ADDR
"78.129.186.85"
SERVER_PORT
"443"
REMOTE_ADDR
"3.18.220.243"
DOCUMENT_ROOT
"/home/fruitandvegco/public_html/public"
REQUEST_SCHEME
"https"
CONTEXT_PREFIX
"/cgi-sys"
CONTEXT_DOCUMENT_ROOT
"/usr/local/cpanel/cgi-sys/"
SERVER_ADMIN
"webmaster@fruitandveg.co.uk"
SCRIPT_FILENAME
"/home/fruitandvegco/public_html/public/index.php"
REMOTE_PORT
"37361"
REDIRECT_URL
"/index.php"
REDIRECT_QUERY_STRING
"order=price&sort=asc"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
"order=price&sort=asc"
REQUEST_URI
"/frozen/frozen-vegetables/carrots/?order=price&sort=asc"
SCRIPT_NAME
"/index.php"
ORIG_SCRIPT_FILENAME
"/usr/local/cpanel/cgi-sys/ea-php72"
ORIG_PATH_INFO
"/index.php"
ORIG_PATH_TRANSLATED
"/home/fruitandvegco/public_html/public/index.php"
ORIG_SCRIPT_NAME
"/cgi-sys/ea-php72"
PHP_SELF
"/index.php"
REQUEST_TIME_FLOAT
1715326161.4549
REQUEST_TIME
1715326161
argv
array:1 [
  0 => "order=price&sort=asc"
]
argc
1
APP_NAME
"Fruit and Veg"
APP_ENV
"live"
APP_KEY
"base64:85SiSOVH7/2NVYP5/DBrtBKbL51Nw0+6lF7tx2+jo8o="
APP_DEBUG
"true"
APP_URL
"https://www.fruitandveg.co.uk"
NODE_ENV
"production"
TIMEZONE
"Europe/London"
CACHE_EXPIRE
"-1"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"fruitand_db"
DB_USERNAME
"fruitand_user"
DB_PASSWORD
"S]?ll8z&*8p7"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"none"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"localhost"
MAIL_PORT
"25"
MAIL_USERNAME
""
MAIL_PASSWORD
""
MAIL_FROM_ADDRESS
"contact@fruitandveg.co.uk"
MAIL_FROM_NAME
"Fruitveg"
MAIL_ENCRYPTION
"null"
MAIL_TO_TRADE_ACCOUNT
"contact@fruitandveg.co.uk"
MAIL_TO_CONTACT_FORM
"contact@fruitandveg.co.uk"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
SHIPPING_COST
"0"
TAX_RATE
"0"
DEFAULT_CURRENCY
"GBP"
CURRENCY_SYMBOL
"£"
MAILCHIMP_API_KEY
""
MAILCHIMP_LIST_ID
""
GOOGLE_ANALYTICS
""
PAYMENT_METHODS
"monthly-invoice,credit-card-SECPay,credit-card,bacs,cheque,payment-on-local-pickup"
PP_ACCOUNT_ID
"your.email-facilitator@yahoo.com"
PP_CLIENT_ID
"xxxxxxxx"
PP_API_URL
"https://api.sandbox.paypal.com"
PP_REDIRECT_URL
"http://localhost/execute"
PP_CANCEL_URL
"http://localhost/success"
PP_FAILED_URL
"http://localhost/failed"
PP_MODE
"sandbox"
STRIPE_KEY
""
STRIPE_SECRET
""
STRIPE_REDIRECT_URL
""
STRIPE_CANCEL_URL
""
STRIPE_FAILED_URL
""
SHOP_NAME
""
SHOP_COUNTRY_ISO
""
SHOP_COUNTRY_ID
"226"
SHOP_WEIGHT
"lbs"
SHOP_EMAIL
"janedoe@mailinator.com"
BANK_TRANSFER_NAME
""
BANK_TRANSFER_ACCOUNT_TYPE
""
BANK_TRANSFER_ACCOUNT_NAME
""
BANK_TRANSFER_ACCOUNT_NUMBER
""
BANK_TRANSFER_SWIFT_CODE
""
BANK_TRANSFER_SWIFT_NOTE
""
ACTIVATE_SHIPPING
"0"
SHIPPING_API_TOKEN
"shippo_test_9a71d35b5bb461660008294c1d7734284a82dd77"
CUSTOMERS_GROUP_PRICES_SETTING
"true"
Register_Contact_Order_Status
"Disabled"
Key Value
APP_NAME
"Fruit and Veg"
APP_ENV
"live"
APP_KEY
"base64:85SiSOVH7/2NVYP5/DBrtBKbL51Nw0+6lF7tx2+jo8o="
APP_DEBUG
"true"
APP_URL
"https://www.fruitandveg.co.uk"
NODE_ENV
"production"
TIMEZONE
"Europe/London"
CACHE_EXPIRE
"-1"
LOG_CHANNEL
"stack"
DB_CONNECTION
"mysql"
DB_HOST
"localhost"
DB_PORT
"3306"
DB_DATABASE
"fruitand_db"
DB_USERNAME
"fruitand_user"
DB_PASSWORD
"S]?ll8z&*8p7"
BROADCAST_DRIVER
"log"
CACHE_DRIVER
"none"
SESSION_DRIVER
"file"
QUEUE_DRIVER
"sync"
REDIS_HOST
"127.0.0.1"
REDIS_PASSWORD
"null"
REDIS_PORT
"6379"
MAIL_DRIVER
"smtp"
MAIL_HOST
"localhost"
MAIL_PORT
"25"
MAIL_USERNAME
""
MAIL_PASSWORD
""
MAIL_FROM_ADDRESS
"contact@fruitandveg.co.uk"
MAIL_FROM_NAME
"Fruitveg"
MAIL_ENCRYPTION
"null"
MAIL_TO_TRADE_ACCOUNT
"contact@fruitandveg.co.uk"
MAIL_TO_CONTACT_FORM
"contact@fruitandveg.co.uk"
PUSHER_APP_ID
""
PUSHER_APP_KEY
""
PUSHER_APP_SECRET
""
SHIPPING_COST
"0"
TAX_RATE
"0"
DEFAULT_CURRENCY
"GBP"
CURRENCY_SYMBOL
"£"
MAILCHIMP_API_KEY
""
MAILCHIMP_LIST_ID
""
GOOGLE_ANALYTICS
""
PAYMENT_METHODS
"monthly-invoice,credit-card-SECPay,credit-card,bacs,cheque,payment-on-local-pickup"
PP_ACCOUNT_ID
"your.email-facilitator@yahoo.com"
PP_CLIENT_ID
"xxxxxxxx"
PP_API_URL
"https://api.sandbox.paypal.com"
PP_REDIRECT_URL
"http://localhost/execute"
PP_CANCEL_URL
"http://localhost/success"
PP_FAILED_URL
"http://localhost/failed"
PP_MODE
"sandbox"
STRIPE_KEY
""
STRIPE_SECRET
""
STRIPE_REDIRECT_URL
""
STRIPE_CANCEL_URL
""
STRIPE_FAILED_URL
""
SHOP_NAME
""
SHOP_COUNTRY_ISO
""
SHOP_COUNTRY_ID
"226"
SHOP_WEIGHT
"lbs"
SHOP_EMAIL
"janedoe@mailinator.com"
BANK_TRANSFER_NAME
""
BANK_TRANSFER_ACCOUNT_TYPE
""
BANK_TRANSFER_ACCOUNT_NAME
""
BANK_TRANSFER_ACCOUNT_NUMBER
""
BANK_TRANSFER_SWIFT_CODE
""
BANK_TRANSFER_SWIFT_NOTE
""
ACTIVATE_SHIPPING
"0"
SHIPPING_API_TOKEN
"shippo_test_9a71d35b5bb461660008294c1d7734284a82dd77"
CUSTOMERS_GROUP_PRICES_SETTING
"true"
Register_Contact_Order_Status
"Disabled"
0. Whoops\Handler\PrettyPageHandler