Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 584 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 584 Bytes

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.

This bundle is based on symfony/web-server-bundle.

Differences

Differences from the original bundle:

  • Removed deprecations
  • Removed server:log command

Resources

License

See LICENSE file