Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View flycj's full-sized avatar
🤒
Out sick

小飞 flycj

🤒
Out sick
View GitHub Profile
@andysnell
andysnell / homestead_sqlsrv_driver_installer.sh
Created September 19, 2016 20:25
SQL Server Driver Installer for Laravel Homestead
#!/bin/bash
# SQL Server Driver Installer for Laravel Homestead
#
# This script downloads, compiles, and installs the PHP 7 extension
# files for both the native sqlsrv and the PDO pdo_sqlsrv drivers.
# Get the Microsoft Driver Source Code from Github
cd ~
git clone https://github.com/Microsoft/msphpsql.git
cd msphpsql