CALL US ON 0800 304 7549

Our phones lines are open 24/7

Apples and Pears Wholesale Suppliers

Fabulous Braeburn and Bramley, Cox and Golden Delicious, Granny Smith and Pink Lady. Comice Dutch pears, red pears and loads more. Get yours here.

Get the best quality wholesale apples and pears... fast!

When you want wholesale apples and pears delivered, you don't want any messing about. You want to make your order then forget about it, sure in the knowledge it'll arrive on time, in the right place, every time. And it will be extraordinarily good quality as well. We don't do sub-standard, even though our prices are just as good as our produce.

Welcome to our world, a place where your trusted apples and pears wholesaler delivers next-day as long as you order by midnight Monday to Friday. A place where the people know more about fruit than more or less anyone, and care more about high standards than most wholesale fruit suppliers. Whether you have pork and apple sauce in mind, or pears poached in honey and brandy, we've got what you need.

Set your creativity off on a tangent and create a beautiful flat apple and vanilla tart. Go for a piquant apple and cranberry chutney. Deep fry a slab of cool Camembert cheese and embellish it with pears – what a combination. Whatever your creative juices suggest, we'll provide the ingredients you need with a smile.

Buy wholesale apples and pears in bulk from us and relax in the knowledge you'll adore the quality. As your best apples and pears wholesaler we're delighted to deliver top quality bulk apples and pears to restaurants, hotels, cafes, hospitals, schools, universities, nightclubs, sports stadia and the general catering trade across London, Essex, Sussex, Berkshire, Hertfordshire, Kent, Suffolk, Surrey, and Middlesex.

As your primary apples and pears wholesale supplier in London we're always on the look-out for new stock for our clients. If there's something you want but you can't see it here, we should be able to track it down for you. Call us on 0800 304 7549 for service with a smile.

Please wait.....
Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/fruitandvegco/public_html/storage/framework/sessions/R8Jr2uJJMtxqVzwRKor4xktCTfzX1VaqioAJNz2f): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/home/fruitandvegco/public_html/storage/framework/sessions/R8Jr2uJJMtxqVzwRKor4xktCTfzX1VaqioAJNz2f): 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/R8Jr2uJJMtxqVzwRKor4xktCTfzX1VaqioAJNz2f): 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/R8Jr2uJJMtxqVzwRKor4xktCTfzX1VaqioAJNz2f"
    
  2. "a:3:{s:6:"_token";s:40:"pknRXfJPR0d2gxTmOU0O0p9pkKD0GWcNXWitod0y";s:9:"_previous";a:1:{s:3:"url";s:85:"https://www.fruitandveg.co.uk/beverages/fruit-juice/apples-pears?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/R8Jr2uJJMtxqVzwRKor4xktCTfzX1VaqioAJNz2f"
    
  2. "a:3:{s:6:"_token";s:40:"pknRXfJPR0d2gxTmOU0O0p9pkKD0GWcNXWitod0y";s:9:"_previous";a:1:{s:3:"url";s:85:"https://www.fruitandveg.co.uk/beverages/fruit-juice/apples-pears?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. "R8Jr2uJJMtxqVzwRKor4xktCTfzX1VaqioAJNz2f"
    
  2. "a:3:{s:6:"_token";s:40:"pknRXfJPR0d2gxTmOU0O0p9pkKD0GWcNXWitod0y";s:9:"_previous";a:1:{s:3:"url";s:85:"https://www.fruitandveg.co.uk/beverages/fruit-juice/apples-pears?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: "/beverages/fruit-juice/apples-pears/"
      #requestUri: "/beverages/fruit-juice/apples-pears/?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: "/beverages/fruit-juice/apples-pears/"
      #requestUri: "/beverages/fruit-juice/apples-pears/?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: "/beverages/fruit-juice/apples-pears/"
      #requestUri: "/beverages/fruit-juice/apples-pears/?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
"Zj4mhpSnkqKzu2VIQUX3MwAAAEI"
REDIRECT_REDIRECT_SCRIPT_URL
"/beverages/fruit-juice/apples-pears/"
REDIRECT_REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/beverages/fruit-juice/apples-pears/"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Zj4mhpSnkqKzu2VIQUX3MwAAAEI"
REDIRECT_SCRIPT_URL
"/beverages/fruit-juice/apples-pears/"
REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/beverages/fruit-juice/apples-pears/"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_HANDLER
"application/x-httpd-ea-php72"
REDIRECT_STATUS
"200"
UNIQUE_ID
"Zj4mhpSnkqKzu2VIQUX3MwAAAEI"
SCRIPT_URL
"/beverages/fruit-juice/apples-pears/"
SCRIPT_URI
"https://www.fruitandveg.co.uk/beverages/fruit-juice/apples-pears/"
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.19.56.114"
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
"15703"
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
"/beverages/fruit-juice/apples-pears/?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
1715349126.2162
REQUEST_TIME
1715349126
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