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 0bdf10a886 Merge branch '4.3' into 4.4
* 4.3:
  cs fix
  Partially Revert "Remove trailing space in all markdown files"
  [Intl] Explicit check
  Fix getMaxFilesize() returning zero
  [DI] fix docblocks in Container*
  Fixed markdown file
  [TwigBridge] Replaced plain doc block copies with inheritdoc.
  [DomCrawler] Fixed CHANGELOG markup
  [Intl] Cleanup unused language aliases entry
2019-08-14 13:04:46 +02:00
..
Command Merge branch '4.3' into 4.4 2019-08-08 17:13:31 +02:00
DependencyInjection fix some deprecations and add upgrade instructions 2019-07-14 10:01:32 +02:00
Resources Merge branch '3.4' into 4.3 2019-08-08 17:11:33 +02:00
Tests/DependencyInjection [WebserverBundle] Deprecate the bundle in favor of symfony local server 2019-07-08 11:40:47 +02:00
CHANGELOG.md Merge branch '4.3' into 4.4 2019-08-14 13:04:46 +02:00
composer.json Allow Symfony 5.0 2019-05-28 17:53:17 +02: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 Turned return type annotations of private methods into php return types. 2019-08-07 16:19:54 +02:00
WebServerBundle.php fix some deprecations and add upgrade instructions 2019-07-14 10:01:32 +02:00
WebServerConfig.php add parameter type declarations to private methods 2019-07-31 20:51:46 +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