Notes

Laravel on Windows Via Frankenphp, and WinSW

When limited to deploying on a local network comprised of Windows Machines, Frankenphp is probably the best way to do it. This note assumes some basic knowledge of PowerShell. For ease of installation

Git Commands to know

1. Clone repository. git clone <git repo url> <target folder> 2. Clone specific branch, latest commit only git clone -b <branch name> --single-branch --depth 1 <git

Check/Install Powershell 7

To check: winget search --id Microsoft.PowerShell --exact To install: winget install --id Microsoft.PowerShell --source winget

WLAMP Installation

WSL2 brought about a new thing. Windows LAMP Stack. As an IT in a company we often times are forced to use what is available and are not allowed to turn a windows