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
Preparation for Developing Laravel Apps on WSL2
Website development comes with a complexity cost in setting up the right development environment that it ends up taking much of your time from actual development.
Racknerd Promos
Looking for a stable VPS provider that has a great up time and a budget that is very affordable? Here are some promos from Racknerd that might interest you!
Below are 4th of