Pages

Monday 18 April 2016

New way to do php development

                              Guys, on windows we all use WAMP(Windows, Apache, Mysql, PHP) software stack, while linux users use LAMP stack. But if you're familiar with python or ruby on rails development. They provide inbuilt server for development.. Like python provides SimpleHTTPServer and ROR provide Webrick .... but we use the old school way of development in php. There is a inbuilt server in php which we can use to increase our productivity.

Just move to the directory via terminal and run the following command


That's it, enjoy!

No comments:

Post a Comment