This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Step 1: create an Azure App Service resource | |
# Step 2: in Azure, go to Configuration, add your .env params to the Application Settings | |
# PRO TIP: The format for Advanced Edit (which no one f***ing tells you) is | |
# [ | |
# { | |
# "name": "APP_DEBUG", | |
# "value": "true", | |
# "slotSetting": false | |
# }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# use homestead ssh to enter homestead | |
# this does NOT install a SQL server... it enables the MSSQL PDO so you can connect to one | |
# switch to php 8.1 by running | |
php81 | |
#credit: i stole some of this from conandrum https://github.com/microsoft/msphpsql/issues/1145 | |
sudo su |