This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bundle/WebServerBundle
Nicolas Grekas 6c1a5e1560 Merge branch '3.3' into 3.4
* 3.3:
  Removed useless argument $definition
  Fix comment
  [Config] Fix checking class existence freshness
  bumped Symfony version to 3.3.7
  updated VERSION for 3.3.6
  updated CHANGELOG for 3.3.6
  Bump minimal PHP version to ^5.5.9|>=7.0.8
2017-08-03 11:34:20 +02:00
..
Command feature #22317 [Console] Make SymfonyQuestionHelper::ask optional by default (ro0NL) 2017-07-22 20:13:43 +02:00
DependencyInjection [WebServerBundle] Decouple server:* commands from the container 2017-01-07 15:11:56 +01:00
Resources Merge branch '3.3' into 3.4 2017-07-17 16:07:19 +02:00
CHANGELOG.md fixed CS 2017-07-03 09:51:50 +03:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
LICENSE [WebServerBundle] added support for port auto-detection 2017-01-05 11:48:52 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 07:15:58 -07:00
README.md added some missing docs for the web server bundle 2017-05-03 12:30:25 -07:00
WebServer.php [Console][WebServerBundle] Use "exec" when possible 2017-07-26 18:08:22 +02:00
WebServerBundle.php moved server:* command to a new bundle 2016-12-30 08:54:28 +01:00
WebServerConfig.php fixed CS 2017-07-03 09:51:50 +03:00

WebServerBundle

WebServerBundle provides commands for running applications using the PHP built-in web server. It simplifies your local development setup because you don't have to configure a proper web server such as Apache or Nginx to run your application.

Resources