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
Fabien Potencier 51a359c079 Merge branch '4.2' into short-array-master
* 4.2:
  fixed CS
  fixed CS
  fixed tests
  fixed CS
  fixed CS
  fixed CS
  fixed short array CS in comments
  fixed CS in ExpressionLanguage fixtures
  fixed CS in generated files
  fixed CS on generated container files
  fixed CS on Form PHP templates
  fixed CS on YAML fixtures
  fixed fixtures
  switched array() to []
2019-01-16 22:53:39 +01:00
..
Command Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
DependencyInjection fixed public directory of web server and assets install when configured in composer.json 2018-12-12 18:56:32 +01:00
Resources Merge branch '3.3' into 3.4 2017-12-29 21:55:26 +01:00
Tests/DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
CHANGELOG.md [FrameworkBundle][WebServerBundle] Revert deprecation of --env and --no-debug console options 2018-11-13 20:11:56 +01:00
composer.json updated version to 4.3 2018-11-26 17:19:01 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +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 fixed CS 2019-01-16 21:35:37 +01:00
WebServerBundle.php moved server:* command to a new bundle 2016-12-30 08:54:28 +01:00
WebServerConfig.php Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01: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