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

yassineqoraiche's avatar

Install laravel application without composer

Hi, what is the best way to install a laravel application manually without using composer?

0 likes
4 replies
jlrdw's avatar

Have someone else install it with composer and zip everything then uncompress on your computer.

Do you have a problem installing composer.

yassineqoraiche's avatar

@jlrdw - thanks for the reply,

I'm just wondering what is the best method to install it manually because I'm planning to create a wizard for my users so they use it to install required dependencies and generate application key without using CLI, is there any way to do this programmatically?

Please or to participate in this conversation.