What is the difference between the laravel new nome-projeto
and composer create-project laravel/laravel nome-projeto --prefer-dist
?
In both cases the result is the same but in the case of the composer path, the project folder takes up a lot more space.
What is the best way to work for version 5.1 of the framework?