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:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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',
|
||||
|
||||
6
include/download-instructions/fw-joomla.php
Normal file
6
include/download-instructions/fw-joomla.php
Normal 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>
|
||||
Reference in New Issue
Block a user