The quickest way to display all php errors and warnings is to add these lines to your PHP code file: ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
Download the Composer setup Composer-Setup.exe Run it. Give it the location of the php executable i.e php.exe, im my case it was at c:\xampp\php\php.exe (XAMPP was installed at default location i.e. c:\xampp\) If you get the Composer Error [ERR_DOWNLOAD]: Composer was not downloaded error,
Comments
Post a Comment