PHP Classes

File: config/preload.php

Recommend this page to a friend!
  Classes of Celso   API Symfony   config/preload.php   Download  
File: config/preload.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: API Symfony
Demonstrates a simple API using Symfony framework
Author: By
Last change:
Date: 5 months 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';
}