1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

add joomla

This commit is contained in:
alikon
2025-09-08 16:37:35 +02:00
parent 8a7eb37210
commit 1db0b73233
3 changed files with 8 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ if ($options['os'] === 'osx' || $options['os'] === 'windows') {
}
}
if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress'])) {
if (in_array($options['usage'], ['fw-drupal', 'fw-laravel', 'fw-symfony', 'fw-wordpress', 'fw-joomla'])) {
$file = "{$options['usage']}";
$options['os'] = null;
}

View File

@@ -55,6 +55,7 @@ $usage = [
'web' => 'Web Development',
'cli' => 'CLI/Library Development',
'fw-drupal' => 'Drupal Development',
'fw-joomla' => 'Joomla Development',
'fw-laravel' => 'Laravel Development',
'fw-symfony' => 'Symfony Development',
'fw-wordpress' => 'WordPress Development',

View File

@@ -0,0 +1,6 @@
<p>
Instructions for installing PHP for Joomla! development can be found on:
</p>
<p>
» <a href='https://manual.joomla.org/docs/get-started/'>https://manual.joomla.org/docs/get-started/</a>
</p>