Skip to content
2 changes: 1 addition & 1 deletion downloads-get-instructions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
}

if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress', 'fw-joomla'])) {
if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress', 'fw-joomla', 'fw-mezzio'])) {
$file = "{$options['usage']}";
$options['os'] = null;
}
Expand Down
2 changes: 2 additions & 0 deletions downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ function option(string $value, string $desc, $attributes = []): string
'fw-drupal' => 'Drupal Development',
'fw-joomla' => 'Joomla Development',
'fw-laravel' => 'Laravel Development',
'fw-mezzio' => 'Mezzio Development',
'fw-symfony' => 'Symfony Development',
'fw-wordpress' => 'WordPress Development',
];
Expand Down Expand Up @@ -89,6 +90,7 @@ function option(string $value, string $desc, $attributes = []): string
'windows-chocolatey' => 'Chocolatey',
'windows-scoop' => 'Scoop',
'windows-docker' => 'Docker',
'windows-wsl-almalinux' => 'WSL/AlmaLinux',
'windows-wsl-debian' => 'WSL/Debian',
'windows-wsl-ubuntu' => 'WSL/Ubuntu',
],
Expand Down
6 changes: 6 additions & 0 deletions include/download-instructions/fw-mezzio.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<p>
Instructions for installing PHP for Mezzio development can be found on:
</p>
<p>
» <a href='https://docs.mezzio.dev/mezzio/v3/getting-started/quick-start/'>https://docs.mezzio.dev/mezzio/v3/getting-started/quick-start/</a>
</p>
6 changes: 6 additions & 0 deletions include/download-instructions/windows-wsl-almalinux.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<p>
Instructions for installing PHP for AlmaLinux 9 and 10 on Windows WSL2 can be found on:
</p>
<p>
» <a href='https://docs.dotkernel.org/development/'>https://docs.dotkernel.org/development/</a>
</p>