andylord56 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 Quote Link to comment https://forums.phpfreaks.com/topic/292286-laravel/ Share on other sites More sharing options...
Adam 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. Quote Link to comment https://forums.phpfreaks.com/topic/292286-laravel/#findComment-1496046 Share on other sites More sharing options...
Ionut-Bajescu 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 Quote Link to comment https://forums.phpfreaks.com/topic/292286-laravel/#findComment-1496126 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.