I am thinking of renaming app/Http directory name to my custom name. Like rename "Http to MyCustomName".
Default Laravel folder: app/Http/Controllers
After renaming: app/MyName/Controllers
Can we do that in Laravel? If yes, then where should I change the namespace and all?