Skip to content

Instantly share code, notes, and snippets.

View GonzaloGPF's full-sized avatar
👨‍💻
Coding!

Zalo GonzaloGPF

👨‍💻
Coding!
View GitHub Profile
@zot24
zot24 / after.sh
Last active October 29, 2019 07:26
Laravel Homestead after.sh script
#!/bin/sh
# If you would like to do some extra provisioning you may
# add any commands you wish to this file and they will
# be run after the Homestead machine is provisioned.
echo "Updating machine software"
locale-gen en_GB.UTF-8
# Updating composer