leokhoa / laragon

Laragon is a portable, isolated, fast & powerful universal development environment for PHP, Node.js, Python, Java, Go, Ruby. It is fast, lightweight, easy-to-use and easy-to-extend.
https://laragon.org
4.48k stars 372 forks source link

Using laragon for production #295

Open m-ostadi opened 2 years ago

m-ostadi commented 2 years ago

I see in xampp and wamp document that you should not use them as production environment because their configuration is as open as possible for development. Is it safe to use laragon as production environment? And what changes i need to make for using it for production?

ddevsr commented 2 years ago

Don't use xampp/wampp/laragon,etc in production environment. They made the tool simple for developers who don't want to setup a webserver.

JenuelDev commented 2 years ago

Dont ever use laragon for production.

fgonga commented 2 years ago

Way not use laragon for production?

JenuelDev commented 2 years ago

Way not use laragon for production?

you can use it on your dev environment but not for production,, Laragon is used for easily setup dev environment, Basically like mirroring your production environment to your dev environment so that when you push your codes to production, it avoids errors.