CodepadME / laravel-tricks

The source code for the Laravel Tricks website
http://laravel-tricks.com
MIT License
966 stars 298 forks source link

Installation problems using "laravel/framework": "4.1.*" #78

Closed jamesxv7 closed 9 years ago

jamesxv7 commented 9 years ago

I'm trying to install the app project files using composer and it seems that for some reason Laravel version 4.1 is no longer accessible from the composer installation. Its possible to confirm this? Or maybe I'm doing something wrong. In the mean time, I change composer's Laravel requirement to 4.2 and the installation runs smoothly.

msurguy commented 9 years ago

Hmm, haven't had any problems with 4.1, could you please try again and close if it works?

jamesxv7 commented 9 years ago

Sure! I was using Homestead version 1.7, do you want me to target a specific version?

jamesxv7 commented 9 years ago

I just create a fresh Homestead environment and it works perfect. Sorry to bother you :)