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 3574455c59 Merge branch '3.4'
* 3.4:
  [DI] prepare for signature change in 4.0
  [DI] Add missing deprecation on Extension::getClassesToCompile
  [Lock] Re-add the Lock component in 3.4
  [Routing] remove an unused routing fixture
  [Yaml] fix multiline block handling
  [WebProfilerBundle] Fix sub-requests display in time profiler panel
  [FrameworkBundle] Handle project dir in cache:clear command
  [WebServerBundle] Mark ServerCommand as internal
  [DI] Fix autowire error for inlined services
  Close PHP code in phpt file
  [Profiler][VarDumper] Fix searchbar css when in toolbar
  Prevent auto-registration of UserPasswordEncoderCommand
  [Process] Fixed incorrectly escaping arguments on Windows when inheritEnvironmentVariables is set to false
  avoid double blanks while rendering form attributes
  use getProjectDir() when possible
  [PhpUnitBridge] add a changelog file
  [FrameworkBundle][Validator] Deprecate passing validator instances/aliases over using the service locator
2017-05-24 13:42:26 +02:00
..
Command [WebServerBundle] Mark ServerCommand as internal 2017-05-23 11:11:47 +02:00
DependencyInjection [WebServerBundle] Decouple server:* commands from the container 2017-01-07 15:11:56 +01:00
Resources use getProjectDir() when possible 2017-05-22 09:09:23 +02:00
CHANGELOG.md moved server:* command to a new bundle 2016-12-30 08:54:28 +01:00
composer.json Merge branch '3.3' into 3.4 2017-05-24 13:37:21 +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