Olivier Mourlevat

Results 5 comments of Olivier Mourlevat

yes it's a pretty classic laravel-mix config

i got the same random PHP Warning with 3.9.0.x from copy() on class-wp-filesystem-direct.php

easiest way to solve this is to put this line in AppServerProvider::boot() ```php putenv('PATH=' . getenv('PATH') . ':/opt/homebrew/bin'); ```

made a PR : #188