Nete on Laragon. Any solution ?
- Marek Bartoš
- Nette Blogger | 1289
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
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 !