Re: Recurring Invoices ... A Problem
@apmuthu Increasingly in modern web development there is a difference between what you code and what your ship / deploy. e.g. If using bootstrap you might code using scss fragments that are built (webpack, gulp etc) into a single css file that is shipped. Similarly for javascript, and also for any php dependencies.
I've been using composer, npm, webpack, bower (when that was something) for many years now. There are always issues with anything, but I've found the benefits to be well worth it.
The object oriented paradigm and auto load have long been core features in php for more than 10 years now. It would be nice to see FA move with the times :-)