Composer Updating Auto loader

I like the consolidation. If it works like it looks it will make future coding efforts a lot better. It looks like what @mdsupport was referring. So, now we will be able to drop new classes in the namespace without having to manipulate the composer. Is that the goal?

@juggernautsei Yes. You won’t have to change the composer. Just drop the classes in as long as you follow PSR-4 naming conventions.

When you use -o to dump autoload, composer will build a list of classes and functions. If you make changes to class, it would be good to re-dump autoload. We had proposed a UI for that purpose if you want to avoid going to shell.

Very nice tool you guys created. I’ll have to use this.