PHP Classes

File: config/preload.php

Recommend this page to a friend!
  Classes of Max Stemplevski   Docker Symfony App   config/preload.php   Download  
File: config/preload.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Docker Symfony App
Symfony project to deploy using Docker
Author: By
Last change:
Date: 1 year ago
Size: 184 bytes
 

Contents

Class file image Download
<?php

if (file_exists(dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php')) {
    require
dirname(__DIR__).'/var/cache/prod/App_KernelProdContainer.preload.php';
}