Faster composer


Hey fellow coders!

This short post is for PHP developers. We have a wonderful tool composer, which helps us manage our dependencies. However, we sometimes need to install the whole framework with many packages which might take quite some time. You are lucky if you did this before and have most of the packages in cache, but that is not always the case :)

hirak/prestissimo package comes to the help! You install it globally and installation time will be reduced up to 10 times!

Creating a new Laravel project without parallelisation and no cache:


Doing the same with hirak/prestissimo installed:


Easy to install and joy to use. Try it out :)

Comments

Popular posts from this blog

Surround yourself with smarter than you

Redis smooth throttling

Fast PHPUnit tests