oven
oven copied to clipboard
Welcome to Oven. The easiest way to install CakePHP.
I decided to download CakePHP for the first time but it didn't work out a bit. At first I downloaded it via Composer in the command line, but it still...
Warning: file_get_contents(): SSL: Handshake timed out in C:\xampp74\htdocs\cake4\oven.php on line 108 Warning: file_get_contents(): Failed to enable crypto in C:\xampp74\htdocs\cake4\oven.php on line 108 Warning: file_get_contents(https://packagist.org/packages/cakephp/cakephp.json): failed to open stream: operation failed...
Checking path... C:\xampp\htdocs\oven-master\cake directory is writable Checking PHP version... Your version of PHP is 5.5.9 or higher (detected 7.1.33). Checking mbstring extension... Your version of PHP has the mbstring extension...
There are use cases, where cakephp/app requirements are not met on the target system, but user still wants the Oven to create CakePHP app locally. For example, missing php-intl extension...
When installing this plugin, using Oven, it fails, when using composer it doesn't fails but, I need to use `Configure::load();` in `bootstrap.php` instead of `$this->addPlugin();` in `Application.php`
Increasing memory limit
I see some great suggestions here, like Db configuration and plugins installation. In addition it would be a huge plus if I can have this cloned in a fixed location...
* [x] bug * CakePHP Application Skeleton Version: f7f5e46684527cbdbf34f295c1cdef9c62e253a7.zip * Platform and Target: apache2 @ osx @ mysql ### What I did I've filled in my composer path obtained by...