Hi,
You can try this
First, download the Laravel Installer PHAR archive at http://laravel/laravel.phar and make sure to have cURL installed
Copy the file to your localhost root (C:\wamp\www if you are using Wamp)
In your terminal, go to the place where the archive is located and type the folowing command to create a new project:
php laravel.phar new myProjectName
You need to have php installed to use laravel's commands it is the case ?
If not download it, and add the bin to the PATH.
Then you will be able to use "php artisan".
-Saluki -CodingDreamz
ah! I thought the laravel site says somethings like this [quote]Once installed, the simple laravel new command will create a fresh Laravel installation in the directory you specify. For instance, laravel new blog would create a directory named blog[/quote] so I only typed laravel new test for a try and command line says doesn't recognize the command laravel something like that....
as for php ya it's already installed and php aritsan works
I will try getting the laravel.phar file these days and give it a try :D
Does that happen under a linux? If so, once laravel/installer
is installed, give sudo laravel new app
a try and let us know if it worked.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community