markdown 流浪杂项

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 流浪杂项相关的知识,希望对你有一定的参考价值。

### Use PHP 7.1. Paste this into your Vagrant file
config.vm.provision "shell", inline: "sudo php-switch 7.1"

### From the CLI. This will switch php version 
vagrant provision

### Vagrant ssh to specific port. Helpful when running behat tests 
vagrant ssh -- -R 9515:localhost:9515

以上是关于markdown 流浪杂项的主要内容,如果未能解决你的问题,请参考以下文章