hhvm / hhvm-autoload

Autoload classes, functions, enums, constants, and typedefs on HHVM
MIT License
34 stars 22 forks source link

Support running with zero-configuration #57

Open fredemmott opened 4 years ago

fredemmott commented 4 years ago

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.

lexidor commented 3 years ago

The minimum configuration required is:

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

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

fredemmott commented 3 years ago

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