Digital-Peak/DPDocker

Dsicover in Joomla 4

Closed this issue · 2 comments

Do you like to use the Joomla 4 cli for discovering Joomla 4 Extensions?

See joomla/joomla-cms#33749

I use now

...
    php /var/www/html/$1$3/cli/joomla.php extension:discover
    php /var/www/html/$1$3/cli/joomla.php extension:discover:install
...

in this place

echo 'Discovering extensions on ' . $wwwRoot . PHP_EOL;

Problem is that I need the same feature also on Joomla3, so I need to stick to the old way. As soon as Joomla 3 is gone, I will change or accept a pr to change it.

I thought something like that. That's why I asked :)