Estrutura de MVC em PHP que serve para qualquer sistema.
Segue abaixo a estrutura do projeto.
|-- [Raiz MVC] |-- README.md |-- composer.json |-- source | |-- Config.php | | | |-- App | | |-- Web.php | | | |-- Models | |-- User.php | | |-- theme | |-- _theme.php | |-- contact.php | |-- error.php | |-- home.php | |-- jquery-3.4.1.min.js | |-- style.css | |-- vendor |-- autoload.php |-- coffeecode | |-- datalayer | |-- router | |-- composer | |-- ClassLoader.php | |-- LICENSE | |-- autoload_classmap.php | |-- autoload_namespaces.php | |-- autoload_psr4.php | |-- autoload_real.php | |-- autoload_static.php | |-- installed.json | |-- league