I'm now starting a somewhat large project, and I chose to use the MVC framework.
I created the whole backoffice base in a folder, but when I created it, I had the following doubt: Should I create another structure (or copy the current one) in the root to the front of the system? Or inside each folder (models, views, controllers) should I create a folder for the back and another for the front?
As the MVC serves to keep a system organized and profitable, I did not see any advantage in creating two structures, so I would like to know the best practice related to this.