Support the ongoing development of Laravel.io →
posted 10 years ago
Installation
Last updated 1 year ago.
0

just download composer.phar and execute

composer.phar create-project laravel/laravel your-project-name --prefer-dist
Last updated 1 year ago.
0

But my old installation of composer in usr/local/bin? i just delete it with sudo rm composer?

Last updated 1 year ago.
0

No.. this means you have composer installed globally (i.e. simply typing in composer in any terminal window should display the composer menu options. refer to these links if you have composer installation issues: https://getcomposer.org/doc/00-intro.md#globally and http://askubuntu.com/a/165241)

So, open up a terminal window.. Navigate to /var/www (default webroot for apache in ubuntu) and then type in:

composer create-project laravel/laravel your-project-name --prefer-dist

Thanks!

Last updated 1 year ago.
0

I did it but I obtain this error(if i didn't use sudo permission)

[ErrorException]
unlink(/home/pietro/.composer/cache/files/laravel/laravel/73094f2633f1b90f3
ef6de4a8a5b610532510e0e.zip): Permission denied

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

PR17 pr17 Joined 12 Feb 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.