Adopt src/.preload.php

This commit is contained in:
Nicolas Grekas
2020-09-10 14:44:01 +02:00
parent eb6a274b82
commit 08585c5ee6

View File

@@ -119,7 +119,7 @@ The preload file path is the same as the compiled service container but with the
.. code-block:: ini
; php.ini
opcache.preload=/path/to/project/src/preload.php
opcache.preload=/path/to/project/src/.preload.php
This file is generated by the ``cache:clear`` command.