Skip to content

Tag: composer-php

installing laravel –prefer-dist

I am following the Laravel installation on their website and I came across this line composer create-project laravel/laravel –prefer-dist Now, what exactly does the –prefer-dist part mean? I can’t see anything on their documentation. Thanks in advance. Answer It’s all available here: h…

Installing Composer OpenSSL Issue

I am trying to install composer however when I go to install it I get this error: I currently have php 5.4.31 and I am running WAMP2.2 I’ve checked my php.ini file in the bin/php/php5.4.31/ and ensured that the following line is uncommented: The error still resolves and I’m at a loss as to how I c…

Composer loading from cache

i ran in a problem using composer for installing/uninstalling some dependencies in laravel which coming back after deleting them from composer.json and deleting their vendor folder, i initially used dflydev’s markdown package but now i wanted to change it to michelf’s php-markdown, but i cant unin…