File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 "scripts" : {
3737 "symfony-scripts" : [
3838 " Incenteev\\ ParameterHandler\\ ScriptHandler::buildParameters" ,
39- " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::buildBootstrap" ,
4039 " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::clearCache" ,
4140 " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installAssets" ,
4241 " Sensio\\ Bundle\\ DistributionBundle\\ Composer\\ ScriptHandler::installRequirementsFile" ,
Original file line number Diff line number Diff line change 44
55/** @var \Composer\Autoload\ClassLoader $loader */
66$ loader = require __DIR__ .'/../app/autoload.php ' ;
7- include_once __DIR__ .'/../var/bootstrap.php.cache ' ;
87
98$ kernel = new AppKernel ('prod ' , false );
10- $ kernel ->loadClassCache ();
119//$kernel = new AppCache($kernel);
1210
1311// 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 2323Debug::enable ();
2424
2525$ kernel = new AppKernel ('dev ' , true );
26- $ kernel ->loadClassCache ();
2726$ request = Request::createFromGlobals ();
2827$ response = $ kernel ->handle ($ request );
2928$ response ->send ();
You can’t perform that action at this time.
0 commit comments