Nete on Laragon. Any solution ?

Petru
Member | 3
+
0
-

Hi, I am very new to Nette (try to learn it).
Is there a way to install Nette in Laragon ?

Petru
Member | 3
+
0
-

Very welcoming community so, Let's keep learning Nette…

Marek Bartoš
Nette Blogger | 1289
+
+3
-

We are not not welcoming. You didn't get any response likely because nobody here uses Laragon as it practically does not exist outside Laravel community. Most still start on xampp/lamp/mamp stacks and switch to Docker later.

I checked the docs of Laragon and it seems you have to choose either Nginx or Apache. Choose one and all you'll likely need is to install Nette via Composer and configure webserver to use www dir as a document root and set www/index.php as the index file

Petru
Member | 3
+
0
-

Marek Bartoš wrote:

We are not not welcoming. You didn't get any response likely because nobody here uses Laragon as it practically does not exist outside Laravel community. Most still start on xampp/lamp/mamp stacks and switch to Docker later.

I checked the docs of Laragon and it seems you have to choose either Nginx or Apache. Choose one and all you'll likely need is to install Nette via Composer and configure webserver to use www dir as a document root and set www/index.php as the index file

Thanks !