CALL US ON 0800 304 7549

Our phones lines are open 24/7

Potatoes Wholesale Suppliers

Good old spuds. Potatoes are one of the nation's best-loved veg, and we just happen to be an awesomely good potatoes wholesaler. What a match.

Bulk wholesale potatoes - Extra-fresh from London's New Covent Garden Market

Can you imagine life without spuds? We can't. It's no surprise so many of our clients buy wholesale potatoes in bulk. It's a root vegetable that hails from the Americas, basically a starch-rich tuber from the Solanum tuberosum plant from the Solanaceae family. Wild potatoes, originating from modern Peru, are grown from the USA down to the wild tip of southern Chile. 

The potato was first domesticated in south Peru and north west Bolivia. We can track the date it happened back to somewhere between  8000 and 5000 BC, but many feel potato cultivation in South America goes back at least 10,000 years. We are clearer about the date the spud first arrived in Britain – the magic date was 28th July 1586, when Sir Thomas Harriot brought the first potato back from Virginia, USA. 

Wikipedia provides a long, long list of potato cultivars. There are 22 cultivars beginning with A, the tip of a huge spud iceberg. Thanks to our wholesale vegetable suppliers deliveries you can access the full range of potato varieties, all of those showcased at London's New Covent Garden Market, where they flood in from all over the world. Get your potato recipes at the ready and let's go for it! 

Order your wholesale potatoes from us and you'll know for sure they're wonderfully fresh and firm. Get your wholesale potatoes delivered direct to your doorstep by the city's best potato supplier. We deliver to every imaginable kind of catering organisation, from restaurants to hotels, cafes to hospitals, schools and more across London, Essex, Sussex, Berkshire, Hertfordshire, Kent, Suffolk, Surrey, and Middlesex.

As a popular wholesale potato supplier in London we are always happy to go find what you need. If you want it and can't see it here, just ask. Call us on 0800 304 7549 for a warm welcome and expert help.
 

Please wait.....
Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/fruitandvegco/public_html/storage/framework/sessions/rDHsrmvdh4dwvPr3mHYJyfsHgdkQgQv5kldA7tlG): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/home/fruitandvegco/public_html/storage/framework/sessions/rDHsrmvdh4dwvPr3mHYJyfsHgdkQgQv5kldA7tlG): 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/rDHsrmvdh4dwvPr3mHYJyfsHgdkQgQv5kldA7tlG): 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/rDHsrmvdh4dwvPr3mHYJyfsHgdkQgQv5kldA7tlG"
    
  2. "a:3:{s:6:"_token";s:40:"khxCCWTllUnNxOB5K95mef51WtotAm3FVoOUYU73";s:9:"_previous";a:1:{s:3:"url";s:112:"https://www.fruitandveg.co.uk/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes?order=name&sort=desc";}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/rDHsrmvdh4dwvPr3mHYJyfsHgdkQgQv5kldA7tlG"
    
  2. "a:3:{s:6:"_token";s:40:"khxCCWTllUnNxOB5K95mef51WtotAm3FVoOUYU73";s:9:"_previous";a:1:{s:3:"url";s:112:"https://www.fruitandveg.co.uk/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes?order=name&sort=desc";}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. "rDHsrmvdh4dwvPr3mHYJyfsHgdkQgQv5kldA7tlG"
    
  2. "a:3:{s:6:"_token";s:40:"khxCCWTllUnNxOB5K95mef51WtotAm3FVoOUYU73";s:9:"_previous";a:1:{s:3:"url";s:112:"https://www.fruitandveg.co.uk/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes?order=name&sort=desc";}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: "/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/"
      #requestUri: "/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/?order=name&sort=desc"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#1510}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1518}
    
/
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: "/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/"
      #requestUri: "/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/?order=name&sort=desc"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#1510}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1518}
    
/
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: "/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/"
      #requestUri: "/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/?order=name&sort=desc"
      #baseUrl: ""
      #basePath: null
      #method: "GET"
      #format: null
      #session: Store {#1510}
      #locale: null
      #defaultLocale: "en"
      -isHostValid: true
      -isForwardedValid: true
      basePath: ""
      format: "html"
    }
    
  2. Response {#1518}
    

Environment & details:

Key Value
order
"name"
sort
"desc"
empty
empty
empty
empty
Key Value
TZ
"Europe/London"
REDIRECT_REDIRECT_UNIQUE_ID
"Zj2MFqxSMVCcvwf1YuquOAAAAA8"
REDIRECT_REDIRECT_SCRIPT_URL
"/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/"
REDIRECT_REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Zj2MFqxSMVCcvwf1YuquOAAAAA8"
REDIRECT_SCRIPT_URL
"/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/"
REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_HANDLER
"application/x-httpd-ea-php72"
REDIRECT_STATUS
"200"
UNIQUE_ID
"Zj2MFqxSMVCcvwf1YuquOAAAAA8"
SCRIPT_URL
"/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/"
SCRIPT_URI
"https://www.fruitandveg.co.uk/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/"
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.145.173.112"
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
"65200"
REDIRECT_URL
"/index.php"
REDIRECT_QUERY_STRING
"order=name&sort=desc"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
"order=name&sort=desc"
REQUEST_URI
"/fresh-produce/prepared-fruit-veg/prepared-vegetables/potatoes/?order=name&sort=desc"
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
1715309590.3962
REQUEST_TIME
1715309590
argv
array:1 [
  0 => "order=name&sort=desc"
]
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