CALL US ON 0800 304 7549

Our phones lines are open 24/7

Citrus Fruits Wholesale Supplier

The amazing world of citrus fruits is yours thanks to our brilliant delivery service, many years' experience and familiarity with London's New Covent Garden Market.

Fabulous quality wholesale citrus fruit delivered next day, reliable and friendly

You need wholesale citrus fruit? We can do that for you. Want a reliable service? We do that too. We're your friendly local London citrus fruit wholesaler, based in New Covent Garden Market, and there is quite literally nothing we don't know about fresh produce. When experts are what you want, we're here for you as your wholesale fruit supplier.

Many varieties of tangy, sharp, sweet citrus fruit, fresh from the market, are waiting for you, delivered direct to your doorstep with a smile. If that sounds good, it is! We're your expert wholesale citrus fruit suppliers and we've been serving the catering and fine food industry for generations, so we know our stuff.

We provide an excellent choice of citrus fruits to chefs and wholesale buyers alike. We're knee deep in fragrant clementines, up to our ears in pink and white grapefruit, drowning in delicious kumquats and surrounded by oranges, lemons and limes in all sorts of shapes and sizes. We're huge fans of the humble yet mouth-waveringly delicious Satsuma. We're efficient, we're reliable, and we have the perfect choice of wholesale citrus fruits for you. Best of all, we are just a phone call or email away.

Buy wholesale citrus fruits in bulk from us and know for sure your delivery will be made bang on time, every time. As the city's best citrus fruit wholesaler we happily send great quality bulk citrus fruit to every kind of general catering establishment across London, Essex, Sussex, Berkshire, Hertfordshire, Kent, Suffolk, Surrey, and Middlesex. How can we help you?

As your chosen citrus wholesale fruit supplier in London we're a valuable business partner. Not only do we deliver what's ordered, if you can't see exactly what you want here we'll go find it for you. 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/j92eKTcleT5EJOVvi5DfAsXQNPmrKvC13bHVgYIO): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/home/fruitandvegco/public_html/storage/framework/sessions/j92eKTcleT5EJOVvi5DfAsXQNPmrKvC13bHVgYIO): 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/j92eKTcleT5EJOVvi5DfAsXQNPmrKvC13bHVgYIO): 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/j92eKTcleT5EJOVvi5DfAsXQNPmrKvC13bHVgYIO"
    
  2. "a:3:{s:6:"_token";s:40:"yllgviAWRupJvnHW6EnXwxjvDaAa4pfou40OdcTA";s:9:"_previous";a:1:{s:3:"url";s:71:"https://www.fruitandveg.co.uk/frozen/citrus-fruits?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/j92eKTcleT5EJOVvi5DfAsXQNPmrKvC13bHVgYIO"
    
  2. "a:3:{s:6:"_token";s:40:"yllgviAWRupJvnHW6EnXwxjvDaAa4pfou40OdcTA";s:9:"_previous";a:1:{s:3:"url";s:71:"https://www.fruitandveg.co.uk/frozen/citrus-fruits?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. "j92eKTcleT5EJOVvi5DfAsXQNPmrKvC13bHVgYIO"
    
  2. "a:3:{s:6:"_token";s:40:"yllgviAWRupJvnHW6EnXwxjvDaAa4pfou40OdcTA";s:9:"_previous";a:1:{s:3:"url";s:71:"https://www.fruitandveg.co.uk/frozen/citrus-fruits?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/citrus-fruits/"
      #requestUri: "/frozen/citrus-fruits/?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 {#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: "/frozen/citrus-fruits/"
      #requestUri: "/frozen/citrus-fruits/?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 {#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: "/frozen/citrus-fruits/"
      #requestUri: "/frozen/citrus-fruits/?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 {#1518}
    

Environment & details:

Key Value
order
"price"
sort
"asc"
empty
empty
empty
empty
Key Value
TZ
"Europe/London"
REDIRECT_REDIRECT_UNIQUE_ID
"Zj1INDhrvivvxXsMFvpEfgAAAAU"
REDIRECT_REDIRECT_SCRIPT_URL
"/frozen/citrus-fruits/"
REDIRECT_REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/frozen/citrus-fruits/"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Zj1INDhrvivvxXsMFvpEfgAAAAU"
REDIRECT_SCRIPT_URL
"/frozen/citrus-fruits/"
REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/frozen/citrus-fruits/"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_HANDLER
"application/x-httpd-ea-php72"
REDIRECT_STATUS
"200"
UNIQUE_ID
"Zj1INDhrvivvxXsMFvpEfgAAAAU"
SCRIPT_URL
"/frozen/citrus-fruits/"
SCRIPT_URI
"https://www.fruitandveg.co.uk/frozen/citrus-fruits/"
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
"13.58.247.31"
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
"58889"
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/citrus-fruits/?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
1715292212.6729
REQUEST_TIME
1715292212
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