Install Laravel Without Composer
- Article
- Comment
Install Laravel Without Composer is one of a greater method for the beginners not like to operate composer, Its more Convenient to the Beginners .
Everytime, you don’t need to get a copy from Repository using composer or command line. Here the alternative method is simple, You can download a copy of the laravel from Laravel Git Source Here.
Here only thing is vender folder is missing. Just download the copy of the vender.zip from here and extract it inside the root of the Laravel source, everything will work fine. Download the venders folder below.
Here the vender folder is copy of Laravel 4. It was downloaded using composer. So it will work on your machine. If you have any problem with it. Just drop your commands below, I will help you. If you are interested to learn more about proper installations use the following links.
If you want to learn Laravel Installation properly, Read here….
This will help you to install it on your Windows Xampp. If you want to install the laravel Using PHAR file Read here…