mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
CakePHP 2 fork that supports PHP 8
36e15a065b
With the previous versions of cake - you'd install cake in your path and therefore when executed the pwd was a variable. With the creation of app/Console/cake this is not true any more, and copying the existing use of `pwd` for app means there is an implicit assumption that it will always and only be ran from the app dir. If it is ran from elsewhere - it's as if the core lib/Cake/Console/cake had been run (app dir is "missing" no boostrap, no app-plugins etc.) With this change, all of these act exactly the same: cd ~/root/app Console/cake cd ~/root/app/Console ./cake cd ~/root app/Console/cake cd /anywhere ~/root/app/Console/cake |
||
---|---|---|
app | ||
lib/Cake | ||
plugins | ||
vendors | ||
.gitignore | ||
.htaccess | ||
.travis.yml | ||
build.properties | ||
build.xml | ||
index.php | ||
README |
CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC. Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility. The Cake Software Foundation - promoting development related to CakePHP http://cakefoundation.org/ CakePHP - the rapid development PHP framework http://www.cakephp.org Cookbook - user documentation for learning about CakePHP http://book.cakephp.org API - quick reference to CakePHP http://api.cakephp.org The Bakery - everything CakePHP http://bakery.cakephp.org The Show - live and archived podcasts about CakePHP and more http://live.cakephp.org CakePHP TV - screen casts from events and video tutorials http://tv.cakephp.org CakePHP Google Group - community mailing list and forum http://groups.google.com/group/cake-php #cakephp on irc.freenode.net - chat with CakePHP developers irc://irc.freenode.net/cakephp