fmasa / auto-di

:star: :wrench: Automatic registration and configuration of services for Nette DI
MIT License
15 stars 3 forks source link

added ignoreDirectories option to the configuration #14

Open Matousek opened 4 years ago

Matousek commented 4 years ago

This code allows set ignore directories in robotloader. Robotloader do not scan directory. This is necessary when you ignoring directories in robotroader in nette bootstrap. Because files are not included in cache and this extension throws exception like "class XXX can not found"

fmasa commented 4 years ago

@Matousek Hi, sorry for late reply.

Can you provide test for this functionality? Also, this should now target either 1.x or 2.x.