Skip to content

Commit 1db0b73

Browse files
committed
add joomla
1 parent 8a7eb37 commit 1db0b73

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

downloads-get-instructions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
}
2727
}
2828

29-
if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress'])) {
29+
if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress', 'fw-joomla'])) {
3030
$file = "{$options['usage']}";
3131
$options['os'] = null;
3232
}

downloads.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function option(string $value, string $desc, $attributes = []): string
5555
'web' => 'Web Development',
5656
'cli' => 'CLI/Library Development',
5757
'fw-drupal' => 'Drupal Development',
58+
'fw-joomla' => 'Joomla Development',
5859
'fw-laravel' => 'Laravel Development',
5960
'fw-symfony' => 'Symfony Development',
6061
'fw-wordpress' => 'WordPress Development',
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<p>
2+
Instructions for installing PHP for Joomla! development can be found on:
3+
</p>
4+
<p>
5+
» <a href='https://manual.joomla.org/docs/get-started/'>https://manual.joomla.org/docs/get-started/</a>
6+
</p>

0 commit comments

Comments
 (0)