Ryan Schaefer
Ryan Schaefer
One problem I'm seeing when using this in my app is that some classes seemingly don't exist which might confuse users. Example PHPUnit inherits from a class not defined by...
I've been using my fork without issue in my personal project. Not sure who to ask to merge this / review
Hey, I think we could use composers autoloader directly instead of relying on laravels proxy to it. Something like this? https://github.com/fumeapp/modeltyper/compare/master...RyanSchaefer:modeltyper:master This is just a PoC (I don't know if...
@tcampbPPU Going to take a crack at formalizing this tonight. Any advice for what could potentially be replaced? Is that change touching too much of core functionality? Would an "additional_paths"...