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.46k stars 371 forks source link

Can I control laragon using command line #778

Open muath-ye opened 5 months ago

muath-ye commented 5 months ago

I want to control laragon with command line .

Is there a way to restart laragon for example with cmd? Is there a way to change https to http and vise versa using cmd?

nialma commented 10 hours ago

With cmd (here windows) you can use this comands

start "" "C:\laragon\laragon.exe" "C:\laragon\laragon.exe" restart "C:\laragon\laragon.exe" quit "C:\laragon\bin\apache\apache-2.4.62\bin\httpd.exe" -k start "C:\laragon\bin\apache\apache-2.4.62\bin\httpd.exe" -k restart "C:\laragon\bin\apache\apache-2.4.62\bin\httpd.exe" -k stop