appstract / laravel-opcache

Laravel Package for OPcache
MIT License
1.33k stars 118 forks source link

Exclude "examples" directory #143

Open GromNaN opened 1 year ago

GromNaN commented 1 year ago

"examples" is a common directory name for files that demonstrate how to use a library, but not actually part of the code that is exposed to the autoloader. Example files may declare duplicated objects (classes, functions) which is an issue if they are all loaded in the same process.