From 1db0b73233e76259aab67e72b94960603efb32f2 Mon Sep 17 00:00:00 2001 From: alikon Date: Mon, 8 Sep 2025 16:37:35 +0200 Subject: [PATCH] add joomla --- downloads-get-instructions.php | 2 +- downloads.php | 1 + include/download-instructions/fw-joomla.php | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 include/download-instructions/fw-joomla.php diff --git a/downloads-get-instructions.php b/downloads-get-instructions.php index aabc61797..ed31e9eff 100644 --- a/downloads-get-instructions.php +++ b/downloads-get-instructions.php @@ -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; } diff --git a/downloads.php b/downloads.php index 4029a263a..b549a658b 100644 --- a/downloads.php +++ b/downloads.php @@ -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', diff --git a/include/download-instructions/fw-joomla.php b/include/download-instructions/fw-joomla.php new file mode 100644 index 000000000..1173ee7a9 --- /dev/null +++ b/include/download-instructions/fw-joomla.php @@ -0,0 +1,6 @@ +

+Instructions for installing PHP for Joomla! development can be found on: +

+

+ยป https://manual.joomla.org/docs/get-started/ +

\ No newline at end of file