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

Download it via composer.

Vendor folder is usually ignored for github and you are missing it.

Last updated 1 year ago.
0

i don't use composer before.Would you give me some instructions or tutorials for that

Last updated 1 year ago.
0

It's simple, just follow these docs: http://laravel.com/docs/installation#install-composer

Last updated 1 year ago.
0

Sorry it didn't work because composer not work in my pc.Please tell me if there any other easy way to install laravel

Last updated 1 year ago.
0

1.Download & Install WAMP http://www.wampserver.com/en/#download-wrapper 2.Download & Install Composer https://getcomposer.org/download/ (go to Windows Installer if you are using Windows and download the Installer .exe file). 3. Restart you computer. 4. Go to C:\wamp\bin\apache\Apache2.4.4\conf , open httpd.conf with notepad (any text editor), look for ssl_module , remove the # infront of LoadModule ssl_module modules/mod_ssl.so . 5. Start the Wamp Server 6. Run CMD as Administrator 7. in command prompt change directory to C:\wamp\www\ then run this code: composer create-project laravel/laravel myproject

the composer will install your fresh laravel 4.2 in C:\wamp\www\myproject

hope It Helps.

Last updated 1 year ago.
0

thank you both.now problem is solved :)

Last updated 1 year ago.
0

View this videos (https://www.youtube.com/watch?v=oGnlu6VLDVs ) or just read this article (http://www.w3itexperts.com/how-to-install-laraval-laravel-part...) i think you get the help about how to install laravel in widow xampp

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Mohib1992 mohib1992 Joined 7 Aug 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.