–prefer-dist Tricks

Browse latest tricks and tips on –prefer-dist.

Installing specific version of Laravel with Composer

How to Install specific version of Laravel.To install specific version of Laravel please run below command on your terminalcomposer create-project laravel/laravel=version-to-instal ...
published on : 19 hours ago 12 Comments

Difference between –prefer-dist and –prefer-source options in composer

While installing a PHP package via composer two ways of downloading a package i.e source and dist . For stable version of packages by default composer will use dist.The source is a ...
published on : 41 minutes ago 12 Comments