1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 16:10:08 +01:00
Files
laravel-valet/cli
Cristian Calara 9e3a89c742 Stop root homebrew services on php version switch
Before the change, when running `valet use` the code intended to stop currently running PHP services. But the `getRunningServices` method only returned non-root running services. As PHP services started by Valet are run using `sudo` (so running as root), they were not returned and subsequently not stopped.

This change is intended to fix the above and stop PHP services that are started by Valet on a PHP version switch.
2022-01-08 10:30:13 +02:00
..
2021-12-06 10:40:37 +00:00
2021-12-29 10:31:13 +00:00
2021-04-30 21:08:29 +02:00
2016-05-10 08:29:24 -05:00
2022-01-05 11:59:02 -05:00