We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193929c commit 8a44fb0Copy full SHA for 8a44fb0
frameworks/PHP/laravel/deploy/conf/php.ini
@@ -1886,6 +1886,9 @@ opcache.huge_code_pages=1
1886
; Prevent name collisions in chroot'ed environment.
1887
;opcache.validate_root=0
1888
1889
+opcache.preload_user=www-data
1890
+opcache.preload=/laravel/opcache_preload.php
1891
+
1892
[curl]
1893
; A default value for the CURLOPT_CAINFO option. This is required to be an
1894
; absolute path.
frameworks/PHP/laravel/opcache_preload.php
@@ -0,0 +1,3 @@
1
+<?php
2
3
+require __DIR__ . '/vendor/autoload.php';
0 commit comments