I can't create a laravel application in infinity host

Seriously, I’ve been trying so hard to host this laravel application in this website but I don’t really think it’ll work in any way… always this error
" The Process class relies on proc_open, which is not available on your PHP installation."

Am I doing something wrong? or is it just impossible to use laravel in this webhost?

Laravel is supported but not every functions of it.

It is related to server commands. Which is not allowed on this hosting.

2 Likes

Do you have any idea how to fix it? because I don’t really think I can remove the Process class which contains this proc_open function from my project.

When I Googled this error message, this was the first result:

Judging by the discussion there, I would guess that Laravel works fine on our host, but that you have some additional extensions which attempt to run shell commands. If you disable, reconfigure or patch whatever is trying to execute these commands, that should work.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.