Marco Aurélio Deleu shares how he works on a module-based Laravel Application and avoids adding unnecessary third-party dependencies to his project.

laravel api module

Some people prefer to work with standards at all costs, even if that means being stuck with a standard that you no longer enjoy. Personally, I prefer continuous improvement. If the 20th module that I wrote is 100% different than the 1st one, I don’t mind. If I ever need to go back to Module 1 for a bugfix or refactoring, I can improve it towards the new standards being used by the latest modules.