Reputation: 517
I want to explore Laravel 5
php framework but don't understand how to run with Hello World application.
I am using WAMP (On E Drive)
Server on Windows 10 operating system and here is php server details:
I have tried following steps to install Laravel 5
on my local system but not working.
https://getcomposer.org/download/
cmd
but not working I am having confusion regarding this command composer create-project laravel/laravel e:\wamp\www\ {directory} 5.0 --prefer-dist
When I have run about command on cmd
I got following message:
[RuntimeException]
Too many arguments.
create-project [-s|--stability="..."] [--prefer-source] [--prefer-dist] [--repository-url="..."] [--dev] [--no-dev] [--no-plugins] [--no-custom-installers] [--no-scripts] [--no-progress] [--keep-vcs] [--no-install] [--ignore-platform-reqs] [package] [directory] [version]
Need your support to run Laravel 5
for first time and also give me your suggestion if required for Laravel
framework.
Thanks.
Upvotes: 0
Views: 618
Reputation: 2570
There are things that you should know before you install laravel.
In the Laravel installation page, you have an option to use its own virtual host homestead. But if you are more comfortable using your prefer server then you may go for it.
check out Installing Laravel 5 with XAMPP or Wamp on Windows Platform with Windows 10 for more simpler way.
Upvotes: 0
Reputation: 1816
Here is a free introduction to Laravel, this one is for the Laravel 5 version, the current one is 5.1 but to learn the basics is pretty good Laravel 5 Fundamentals
This is from Laracasts, you could find a lot of info here but you have to subscribe to the site, you won't regret it if you subscribe
Upvotes: 2