Support the ongoing development of Laravel.io →
Installation Configuration
Last updated 2 years ago.
0

with attempt 1, it seems that you may need to change the permission of the file with something like:

chmod 755 /usr/local/bin/larave

Last updated 2 years ago.
0

Hi jgarifuna,

I tried that already, interesting. I can't find a way to get Laravel running on my machine :(.

Last updated 2 years ago.
0

Same here, Try to test laravel, doing the step by step quickstart. . But it stuck in the first step! It won't install via composer and it won't instal via Laravel Installer. I copy/past the command line into my xamp console.

composer create-project laravel/laravel NewProject

Last updated 2 years ago.
0

Did you made sure you have the correct permissions or running as sudo to create the files necessary for laravel ?

Last updated 2 years ago.
0

jgarifuna said:

with attempt 1, it seems that you may need to change the permission of the file with something like:

chmod 755 /usr/local/bin/larave

It's work for me , am use 10.9.4.

Last updated 2 years ago.
0

http://blog.jboyd.co/quickly-setup-laravel-to-work-in-mamp/

Step 1: change directory to where you want install

cd /whatever directory

Step 2: Install Composer

curl -sS https://getcomposer.org/installer | php

Step 3: Install Laravel 4

php composer.phar create-project laravel/laravel
Last updated 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Sanity11 sanity11 Joined 14 Mar 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.