laravel / valet

A more enjoyable local development experience for Mac.
https://laravel.com/docs/valet
MIT License
2.49k stars 691 forks source link

Adding support for Nette Framework. #1486

Closed antonL95 closed 1 month ago

antonL95 commented 2 months ago

Adding support for Nette Framework default directory structure which expects that he main index.php file is in the www/ folder instead of public/ folder

Nette documentation: https://doc.nette.org/

mattstauffer commented 1 month ago

@antonL95 Can you update this to have a narrower serves function that's less likely to trigger for other projects?

antonL95 commented 1 month ago

@mattstauffer I updated the servers function to be much narrower. Since Nette framework uses (by default) .neon files for configuration it should be a pretty good giveaway that the project uses Nette.

mattstauffer commented 1 month ago

Fantastic, thanks @antonL95!