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

ejdelmonico's avatar

Has anyone used both Forge/Envoyer for new Spark deployment?

I was wondering if anyone has used the Forge/Envoyer tool combination with a new Spark deployment. I see the issues with installing on forge but was looking for any intel you can provide. Thanks.

0 likes
6 replies
bobbybouwmann's avatar

What kind of issues do you have? It should be the same as deploying a Laravel application ;)

ejdelmonico's avatar

No issues yet because I have only created the forge server thus far. I understand that I can pull in repo and then run a composer update. I guess my real question is if anyone has had issues using Envoyer with a Spark deploy.

bobbybouwmann's avatar

Not really sure why you would have issues at all? It's should be a deployed as a normal application, no extra things.

But to answer your question. I actually did deploy a Spark application with Forge the other day and had zero problems ;) Except for some homemade bugs hehe

ejdelmonico's avatar

OK, thanks. I will give it a try using Envoyer and see what happens.

ejdelmonico's avatar
ejdelmonico
OP
Best Answer
Level 53

UPDATE: I was able to deploy using Forge server with Envoyer. All I had to do was enter .env info and deploy the code a second time. Then run php artisan migrate.

Please or to participate in this conversation.