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
2020-04-12 16:33:46 +02:00
..
Command Tweak the code to avoid fabbot false positives 2020-04-12 16:33:46 +02: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 Improve some URLs 2019-08-08 17:01:12 +02:00
Tests/DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
CHANGELOG.md Fixed markdown file 2019-08-13 19:39:09 +02:00
composer.json
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Merge branch '2.8' into 3.4 2018-11-11 20:48:54 +01:00
README.md
WebServer.php switched array() to [] 2019-01-16 10:39:14 +01:00
WebServerBundle.php
WebServerConfig.php Fix quotes in exception messages 2020-03-16 09:31:04 +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