Development webserver for CakePHP frameworkDevelopment webserver for CakePHP framework.
cakephp-instaweb is a tiny Python-based webserver suitable for quick development of CakePHP applications, similar to Django's 'runserver' and the 'script/server' script in Ruby on Rails.
It requires zero configuration for running CakePHP applications, allowing you to:
- Delay webserver configuration to deployment time
- Develop multiple applications simultaneously with ease, and
- Just get on building your application
cakephp-instaweb can optionally emulate enough of Apache's mod_rewrite such that "pretty" URLs are available.