Tuesday, January 6, 2015

PHP Framework::Downloading and Installations in Laravel 4

This article is written by a good friend of mine named Mr. Ronard G. Cauba he his a practicing web developer and software engineer here in the Philippines. In this article he will discuss how to download and install Laravel 4 in your computer.

Downloading and Installations in Laravel 4
1. You need to donwload composer for PHP. So that we can proceed for downloading and installing Laravel to our Xampp
This is the link of composer: https://getcomposer.org/Composer-Setup.exe.
2. After downloading and installing your composer installer.
Note: The composer installations will ask about your PHP directory where the locations of your PHP.exe. More info just research on google.
3. Open you CMD or Window+R and input this command line: composer create-project laravel/laravel your-project-name --prefer-dist
Note: Wait until the package will be finished and follow the path of below generated in your CMD where the location of your package saved.
4. After you find the path where the package save. Copy the package and paste to your htdocs in Xampp or www in Wampp.
5. Rename the the folder name to your projec name.
5. Open your command promt and input type this line: CD C:/xampp/htdocs/laravelProject
6. And hit enter
7. Once you are in with the said path above.
8. Kindly input this command line to your CMD: php artisan serve
9. Go to your browser and type this URL: localhost:8000
10. Finally you are now in the home page of your project.

Please visit my FB group for those programmers from Negros: https://www.facebook.com/groups/1472022079753106/

If you would like to contact my friend Ronard here in the Philippines you can reach him through his mobile number : 09352887840 and his email address at ronardcauba@zoho.com


Thank you very much and Happy Programming


No comments:

Post a Comment