Configure CakePHP Console in Linux
CakePHP is a rapidly evolving, MVC, framework for PHP. Many websites these days are being developed using it and there is a demand amongst developers to learn and use it. Although CakePHP is very easy to download, extract and start developing, there is a seldom used command called the CakePHP Console that can be used to speed up development time significantly. CakePHP Console can do much of the code writing for you such as creating the CakePHP folder structure, creating models, controllers and views, database configuration, data validation and scaffolding, just to name a few.
Using the CakePHP Console can be … Continue Reading