How to install Laravel 5 without using Composer?

Asked

Viewed 573 times

0

Is there any way to install Laravel 5 without using Composer?

I think version 4 had a form where I didn’t need Composer, but it seems that 5 is now "more dependent on Composer".

  • 1

    Any suggestions for improvement to my question?

1 answer

2


Well, the ideal is for you to install via Composer, as all necessary files will be downloaded. However, you can download the files from Github (https://github.com/laravel/laravel), but will still need to install the dependencies via Composer.

  • 2

    Really, it seems that the option to download is Laravel 3 and the like. Via in the documentation of 4.2 that it was possible to download, but had to use Composer. Now it seems that Composer is actually a requirement of Laravel. + 1

Browser other questions tagged

You are not signed in. Login or sign up in order to post.