File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 36
36
"scripts" : {
37
37
"symfony-scripts" : [
38
38
" Incenteev\\ ParameterHandler\\ ScriptHandler::buildParameters" ,
39
- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::buildBootstrap" ,
40
39
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::clearCache" ,
41
40
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installAssets" ,
42
41
" Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile" ,
Original file line number Diff line number Diff line change 4
4
5
5
/** @var \Composer\Autoload\ClassLoader $loader */
6
6
$ loader = require __DIR__ .'/../app/autoload.php ' ;
7
- include_once __DIR__ .'/../var/bootstrap.php.cache ' ;
8
7
9
8
$ kernel = new AppKernel ('prod ' , false );
10
- $ kernel ->loadClassCache ();
11
9
//$kernel = new AppCache($kernel);
12
10
13
11
// When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter
Original file line number Diff line number Diff line change 23
23
Debug::enable ();
24
24
25
25
$ kernel = new AppKernel ('dev ' , true );
26
- $ kernel ->loadClassCache ();
27
26
$ request = Request::createFromGlobals ();
28
27
$ response = $ kernel ->handle ($ request );
29
28
$ response ->send ();
You can’t perform that action at this time.
0 commit comments