if we want to change the Controllers directory we need:
Move and/or rename the default Controllers directory where we want it. For example from app/Http/Controllers to app/Controllers
Update all the namespaces of the files inside the Controllers folder, making they adhere to the new path, re...