'install')); $application = new Application(); //$application->setAutoExit(false); // prevent `$application->run` method from exitting the script $application->run($input); } }