Skip to content

Commit 73a37c8

Browse files
Update installation.md (laravel#10023)
* Update installation.md The proposed PowerShell command does not work if the PowerShell is not run as Administrator. If that's the case, the PowerShell just disappears without any error on both Windows 10 and Windows 11. By running the PowerShell as an administrator, the command is executed with success. * Update installation.md --------- Co-authored-by: Taylor Otwell <[email protected]>
1 parent d973103 commit 73a37c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ If you don't have PHP and Composer installed on your local machine, the followin
7070
```
7171

7272
```shell tab=Windows PowerShell
73+
# Run as administrator...
7374
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://php.new/install/windows'))
7475
```
7576

0 commit comments

Comments
 (0)