CALL US ON 0800 304 7549

Our phones lines are open 24/7

Oils and Vinegars Wholesale

It'd be easy to get obsessed by oils and vinegars, with so much to choose from. We source the best quality at the best prices.

Fab wholesale oils and vinegars, specially chosen for dedicated food lovers

You want your oils and vinegars delivered? Great! We can help you with that, whether it's a next day bulk delivery of coconut oil or a big pack of fragrant Balsamic vinegar fresh from Modena in Italy. We have a broad range of wholesale oils and vinegars on offer, everything the expert caterer or chef needs to keep customers coming back for more.

As an expert oils and vinegars wholesaler with many years' experience, we are so familiar with London's splendid New Covent Garden Market that we could find out way around the place in the pitch dark. And that means we know all of its secrets, as well as how to achieve the very best prices for our clients. No wonder so many of our customers have stuck by us for years and years.

If there's something you need but it isn't on our site, feel free to ask us for help. We should be able to source it for you quickly and efficiently, a seriously handy service when you're short of time and want to focus on creating epic food. Add no-contract ordering and simple online invoicing to the mix and you can see why so many in the catering and foodservice sector insist on us above any other supplier.

Buy oils and vinegars in bulk from us and enjoy the best quality. As the best oils and vinegars wholesaler in town we're glad to deliver the finest quality bulk oils and vinegars 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 oils and vinegars supplier in London we're always on the look-out for new and exciting stock for our clients. Welcome to our world – how can we help you? Call us on 0800 304 7549 for a friendly chat.

Please wait.....
Whoops! There was an error.
ErrorException (E_WARNING)
file_put_contents(/home/fruitandvegco/public_html/storage/framework/sessions/PYbbMwYqhPvenvrMF3dHTmG2scJYCd0xpmQKX5Yk): failed to open stream: No space left on device ErrorException thrown with message "file_put_contents(/home/fruitandvegco/public_html/storage/framework/sessions/PYbbMwYqhPvenvrMF3dHTmG2scJYCd0xpmQKX5Yk): 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/PYbbMwYqhPvenvrMF3dHTmG2scJYCd0xpmQKX5Yk): 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/PYbbMwYqhPvenvrMF3dHTmG2scJYCd0xpmQKX5Yk"
    
  2. "a:3:{s:6:"_token";s:40:"EWek7TRhTEb4wAmC6CeM2QWDgGeUicOubF99TyKZ";s:9:"_previous";a:1:{s:3:"url";s:100:"https://www.fruitandveg.co.uk/ingredients-fine-foods/jams-sauces/oils-vinegars?order=price&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/PYbbMwYqhPvenvrMF3dHTmG2scJYCd0xpmQKX5Yk"
    
  2. "a:3:{s:6:"_token";s:40:"EWek7TRhTEb4wAmC6CeM2QWDgGeUicOubF99TyKZ";s:9:"_previous";a:1:{s:3:"url";s:100:"https://www.fruitandveg.co.uk/ingredients-fine-foods/jams-sauces/oils-vinegars?order=price&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. "PYbbMwYqhPvenvrMF3dHTmG2scJYCd0xpmQKX5Yk"
    
  2. "a:3:{s:6:"_token";s:40:"EWek7TRhTEb4wAmC6CeM2QWDgGeUicOubF99TyKZ";s:9:"_previous";a:1:{s:3:"url";s:100:"https://www.fruitandveg.co.uk/ingredients-fine-foods/jams-sauces/oils-vinegars?order=price&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: "/ingredients-fine-foods/jams-sauces/oils-vinegars/"
      #requestUri: "/ingredients-fine-foods/jams-sauces/oils-vinegars/?order=price&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 {#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: "/ingredients-fine-foods/jams-sauces/oils-vinegars/"
      #requestUri: "/ingredients-fine-foods/jams-sauces/oils-vinegars/?order=price&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 {#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: "/ingredients-fine-foods/jams-sauces/oils-vinegars/"
      #requestUri: "/ingredients-fine-foods/jams-sauces/oils-vinegars/?order=price&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 {#1534}
    

Environment & details:

Key Value
order
"price"
sort
"desc"
empty
empty
empty
empty
Key Value
TZ
"Europe/London"
REDIRECT_REDIRECT_UNIQUE_ID
"Zj4Yj5geVMjCIAFkeZc4kwAAAAc"
REDIRECT_REDIRECT_SCRIPT_URL
"/ingredients-fine-foods/jams-sauces/oils-vinegars/"
REDIRECT_REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/ingredients-fine-foods/jams-sauces/oils-vinegars/"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"Zj4Yj5geVMjCIAFkeZc4kwAAAAc"
REDIRECT_SCRIPT_URL
"/ingredients-fine-foods/jams-sauces/oils-vinegars/"
REDIRECT_SCRIPT_URI
"https://www.fruitandveg.co.uk/ingredients-fine-foods/jams-sauces/oils-vinegars/"
REDIRECT_HTTPS
"on"
REDIRECT_SSL_TLS_SNI
"www.fruitandveg.co.uk"
REDIRECT_HANDLER
"application/x-httpd-ea-php72"
REDIRECT_STATUS
"200"
UNIQUE_ID
"Zj4Yj5geVMjCIAFkeZc4kwAAAAc"
SCRIPT_URL
"/ingredients-fine-foods/jams-sauces/oils-vinegars/"
SCRIPT_URI
"https://www.fruitandveg.co.uk/ingredients-fine-foods/jams-sauces/oils-vinegars/"
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
"18.188.152.162"
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
"36349"
REDIRECT_URL
"/index.php"
REDIRECT_QUERY_STRING
"order=price&sort=desc"
GATEWAY_INTERFACE
"CGI/1.1"
SERVER_PROTOCOL
"HTTP/1.1"
REQUEST_METHOD
"GET"
QUERY_STRING
"order=price&sort=desc"
REQUEST_URI
"/ingredients-fine-foods/jams-sauces/oils-vinegars/?order=price&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
1715345551.7915
REQUEST_TIME
1715345551
argv
array:1 [
  0 => "order=price&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