Is there a place to get the laravel `vendor` folder in one spot?
问题 I realize that this is what composer is used for, but I don't particularly like it. It makes sense, but it annoys me that laravel5's github doesn't work out of the box because it's vendor directory is somewhat large and isn't necessarily laravel5, although laravel does require it. It also puzzles me why composer doesn't get it itself. I would expect to be able to git clone the_laravel5_github_url composer install and be able to run as it seemed like you were able to do at one time, but for