Skip to content

Instantly share code, notes, and snippets.

@jhonoryza
Created June 16, 2023 22:20
Show Gist options
  • Save jhonoryza/380c6a2bcbe02cd7f16967d1b71f9141 to your computer and use it in GitHub Desktop.
Save jhonoryza/380c6a2bcbe02cd7f16967d1b71f9141 to your computer and use it in GitHub Desktop.
valet
  • valet isolate php@7.4 (untuk menset current dir menggunakan spesific php version)
  • valet isolated (list all isolated)
  • valet parked (list all parked)
  • valet park (unutk menset current dir sebagai parked)

setiap ada perubahan default php version

run command dibawah untuk mereset valet

composer global update
rm -f ~/.config/valet/valet.sock
valet install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment