laravel / valet

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

Allow specifying php version to restart #1469

Closed N-Silbernagel closed 1 month ago

N-Silbernagel commented 5 months ago

This PR adds the ability to specify aPHP version to restart. This reduces the time it takes to restart PHP on system with multiple PHP versions installed when change an ini value or troubleshooting.

Let me know if this is of interest to the project and if I should add similar functionality for starting and stopping php.

mattstauffer commented 1 month ago

Thanks @N-Silbernagel!