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