Closed leofeyer closed 7 years ago
I think the file should actually live in Resources/bin/console
like web
does
because we don't have an app/autoload.php
custom .htaccess
is a requirement, I stumbled upon this quickly. For example a lot of hosting providers adjust that file to enable different php versions.
Why is the
bin/contao-console
command not namedbin/console
?Why did you add
AnnotationRegistry::registerLoader([$loader, 'loadClass']);
in the console script?Why is the
src/Resources/web/.htaccess.default
file not named.htaccess
and only copied if no.htaccess
file exists? Is "having a custom.htaccess
" file a supported case at all?