Symfony offline installation with composer
问题 I'm trying to install Symfony on a server , which has no connection to the internet . I copied composer on the server but when i try to install it i get this error Connection Error [ERR_CONNECTION]: Unable to connect to getcomposer.org Is there any possible way to install symfony without active connection to the internet; like download the framework, put it on the server and then run the composer offline? Or does it have too many dependencies, which would be included? I've already googled but