I followed instructions how to install xdebug. So, I created file with phpinfo() function, that returns me php info. Then copied php info and used xdebug wizard: https://xdebug.org/wizard That returns …
Tag: installation
Install PHP 7.3 for Mac WITHOUT HomeBrew
been struggling to figure out why my install of php 7.3 is not being recognized. I ran the following command in the terminal: curl -s https://php-osx.liip.ch/install.sh | bash -s 7.3 I get a …
installing cakephp 3 manually, without composer
I need to install CakePHP 3 in an old-fashioned upload-unzip-run way. The archive I’ve downloaded from cakephp/cakephp/tags does not contain the default folders like webroot, Model etc., which means it’s not complete. The official documentation does not cover this. Here’s a relevant Github issue I found, but the person ends up still using Composer. There’s also cakephp/app and it seems
yii2 installation – migrate command not working
I am trying to install yii2 in ubuntu. yii2 migrate command not working yii migrate I am getting Below error php yii /var/www/event-tracking/migrate PHP Deprecated: Comments starting with ‘#’ …
zipArchive with MAMP?
trying to work out how to install zipArchive extension with MAMP, but not having much luck any know how to do this? I have no idea Answer Answering my own question for completeness. JUST UPGRADE MAMP!!! Sorry for shouting 😉