Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

u112303's avatar

Laravel offline installation with composer

Hello everybody. I'm new to laravel and laracasts and i have the following problem. I'm trying to install laravel on a server, which has no connection to the internet. The composer works fine, I copied it on the server. Is there any possible way to install laravel 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 couldn't find a satisfying solution.

Thank you very much for any suggestions Greeting Steven

0 likes
2 replies
bestmomo's avatar

Install a Laravel 5 on a serveur that has internet connection. Copy all files. Paste them in your server and it should work.

bobbybouwmann's avatar

You will need to have internet to download all dependencies, so in this case creating a project on another computer (including the vendor directory) should work here ;)

Please or to participate in this conversation.