Install Laravel in Mac OS X and Linux

Laravel has awesome documentation but still I Faced problem while installation.Below are the Just three commands which can help you to run Laravel in your mac book or Linux systems like ubuntu and any other distribution.


$ cd ~
$ curl -sS https://getcomposer.org/installer | php
$ ./composer.phar global require "laravel/installer=~1.1"
$ ./composer.phar create-project laravel/laravel --prefer-dist projectDirectoryName

A Developer
Gy@n

About Gyaneshwar Pardhi

Exploring the world and trying to know how can i involve to make this perfect. Gy@n!
This entry was posted in Framework, Laravel, PHP, Uncategorized and tagged , , . Bookmark the permalink.

Leave a comment