hhvm-autoload icon indicating copy to clipboard operation
hhvm-autoload copied to clipboard

Support running with zero-configuration

Open fredemmott opened this issue 5 years ago • 2 comments

We expect this project to be replaced by a future zero-configuration built-in autoloader; to prepare for that, we should work on making this work with zero configuration to uncover any issues that will need to be addressed by the future built-in one.

fredemmott avatar Sep 10 '20 19:09 fredemmott

The minimum configuration required is:

{ "roots": [], "useFactsIfAvailable": true }

¿I think ext_watchman was the future zero-configuration autoloader you were talking about?

lexidor avatar Aug 10 '21 23:08 lexidor

There's also .hhvmconfig.hdf for now, but that should be made optional too

fredemmott avatar Aug 11 '21 15:08 fredemmott