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."
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."
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.