sfWebServerPlugin ================= The `sfWebServerPlugin` packages a mini web server to run symfony locally With this plugin you can run a min symfony web server to test your project without config or loss much time with apache or other full web server Installation ------------ * Install the plugin symfony plugin:install symfony/sfWebServerPlugin * Clear the cache symfony cache:clear Documentation ------------- All classes have full API and usage documentation. The API documentation is available here. Start Server ------------ Start symfony webserver on port 4000 symfony project:server or specify your prefered port symfony project:server -p 8000 for security reasons, you canno't open server in port 80, if you pretend to spread your work to internet, you must install a production web server(apache, lighttpd, ...)