laravel / homestead

MIT License
3.86k stars 1.45k forks source link

publish composer autocompletions on provision #1865

Closed browner12 closed 1 year ago

browner12 commented 1 year ago

https://getcomposer.org/doc/03-cli.md#bash-completions

svpernova09 commented 1 year ago

Thanks for looking into this. Instead of having to run this each time we run vagrant up, let's move this code to https://github.com/laravel/settler/blob/master/scripts/amd64.sh#L491-L502 and https://github.com/laravel/settler/blob/master/scripts/arm.sh#L491-L502 so it happens in Settler.

Until the next base box release, I'd recommend putting this in after.sh

browner12 commented 1 year ago

sounds good. i'll probably get around to it next week.

svpernova09 commented 1 year ago

Closing for now.