How to install Laravel 5 without using composer?

0

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

I think in version 4 there was a way I did not need Composer, but it looks like 5 is now "more composer-dependent."

    
asked by anonymous 24.08.2016 / 15:31

1 answer

2

Well, ideally you install via Composer because all necessary files will be downloaded. However, you can download the files through GitHub ( link ), but you will still need to install dependencies via Composer.

    
24.08.2016 / 15:38