Tuesday, 17 September 2013

composer laravel create project

composer laravel create project

I'm trying to use laravel, when I start a project and type composer
create-project /Applications/MAMP/htdocs/test_laravel in terminal it shows
[InvalidArgumentException]
Could not find package /applications/mamp/htdocs/test_laravel with stabilit
y stable.
and
create-project [-s|--stability="..."] [--prefer-source] [--prefer-dist]
[--repository-url="..."] [--dev] [--no-dev] [--no-plugins]
[--no-custom-installers] [--no-scripts] [--no-progress] [--keep-vcs]
[package] [directory] [version]
How to fix it ?
and is this step equal to create folder and file like I download from
laravel git laravel-master.zip ?

No comments:

Post a Comment