andylord56 0 Posted November 5, 2014 Share Posted November 5, 2014 how do i install laravel ? using composer it asks for php in my local files? do i have to download something for this? i am just getting into frameworks like larvel Link to post Share on other sites
Adam 73 Posted November 7, 2014 Share Posted November 7, 2014 using composer it asks for php in my local files? I'm not entirely sure what you mean by this, hosting and running the PHP code locally? If so then you'll need to install a HTTP server (generally Apache), PHP itself, and most likely a database server (generally MySQL). You'll be able to find literally millions of tutorials on how to install each of these individually, or as an OS-specific package like MAMP or WAMP. Link to post Share on other sites
Ionut-Bajescu 0 Posted November 8, 2014 Share Posted November 8, 2014 First, you MUST use Linux or vagrant - You will need a cool console to play with. After that, follow http://laravel.com/docs/4.2/quick#installation Link to post Share on other sites
Recommended Posts
Archived
This topic is now archived and is closed to further replies.