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".
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".
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.
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 laravel laravel-5
You are not signed in. Login or sign up in order to post.
Any suggestions for improvement to my question?
– Wallace Maxters