How to install Laravel 4 offline

I'm new when it comes to Laravel 4.

I would like to ask if there is a way to install Laravel 4 without the Internet? If there is a way to do this, can you include a link or tutorial on how to do this?

Thank!

+4
source share
1 answer

I would like to ask if there is a way to install Laravel 4 without the Internet?

Well, you need the Internet to perform the initial download of Laravel - but then you can move it to another computer that does not have Internet access:

Laravel . , , "" .

+11

Source: https://habr.com/ru/post/1541087/


All Articles