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 d3449e6a24 Merge branch '3.4'
* 3.4:
  bug #22814 [FrameworkBundle] FC with EventDispatcher 4.0 (xabbuh)
  [PhpUnitBridge] remove unused use statement
  do not used deprecated validator test case class
  do not mock a deprecated interface
  [DI] Added missing deprecation in changelog
  [Ldap] add a changelog file
  [Security][Serializer][DI] Add new arguments typehints in preparation for 4.0
  [MonologBridge] Fix the Monlog ServerLogHandler from Hanging on Windows
  [DependencyInjection] Fix dumping of RewindableGenerator with empty IteratorArgument
  [DI][Serializer] Fix missing de(normalizer|coder) autoconfig
  Use 0.0.0.0 as the server log host default.
2017-05-21 10:58:35 +02:00
..
Command Use 0.0.0.0 as the server log host default. 2017-05-18 21:05:32 -05:00
DependencyInjection [WebServerBundle] Decouple server:* commands from the container 2017-01-07 15:11:56 +01:00
Resources Flag webserver commands as private 2017-05-03 21:56:11 +02:00
CHANGELOG.md moved server:* command to a new bundle 2016-12-30 08:54:28 +01:00
composer.json Tweak travis and appveyor for Symfony 4 2017-05-18 15:50:33 +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 [WebServerBundle] Fix starting second server + port lookup 2017-03-26 18:28:54 +02:00
WebServerBundle.php moved server:* command to a new bundle 2016-12-30 08:54:28 +01:00
WebServerConfig.php [WebServerBundle] Fix starting second server + port lookup 2017-03-26 18:28:54 +02: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