0

I use a software namely "Laragon". it's software functionable as Web Server (as like XAMPP or WAMPP etc.) and it give the user some feature as NodeJS. and in this case I wanna ask, how to add some language on Laragon?

Dharman
  • 30,962
  • 25
  • 85
  • 135

1 Answers1

0

With Laragon, you can easily add other language to your stack. For example, if you want to add Java, just click Menu > Tools > Quick add > java

That's all.

Check: Open Laragon Terminal, then type:

java -version

After adding, Java will be portable in Laragon.

Leo Khoa
  • 897
  • 7
  • 8