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 fd74951405 Merge branch '4.1'
* 4.1:
  [Form] Hardened test suite for empty data
  Bump phpunit XSD version to 5.2
  [Fwb][EventDispatcher][HttpKernel] Fix getClosureScopeClass usage to describe callables
  Add required key attribute
2018-11-11 20:52:12 +01:00
..
Command Merge branch '4.1' 2018-10-10 06:54:27 -07:00
DependencyInjection Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
Resources Merge branch '3.3' into 3.4 2017-12-29 21:55:26 +01:00
Tests/DependencyInjection [WebServerBundle] fix test 2017-11-19 22:22:53 +01:00
CHANGELOG.md [WebServerBundle] Added ability to display the current hostname address if available when binding to 0.0.0.0 2018-10-09 21:01:03 +09:00
composer.json updated version to 4.2 2018-05-07 16:51:25 +02:00
LICENSE Merge branch '2.8' into 3.3 2018-01-03 08:37:11 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md added some missing docs for the web server bundle 2017-05-03 12:30:25 -07:00
WebServer.php Add support for Xdebug Profiler 2018-09-09 11:48:27 +02:00
WebServerBundle.php moved server:* command to a new bundle 2016-12-30 08:54:28 +01:00
WebServerConfig.php [WebServerBundle] Added ability to display the current hostname address if available when binding to 0.0.0.0 2018-10-09 21:01:03 +09: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