- database.sql
- controllers
- core
- models
- views
- config.php
- assets - (1) css; (2) images
- dashboard.php
- home.php
composer require filp/woops
- app/core/Bootstrap.php
- app/core/Controller.php
- app/core/Model.php
- app/core/Error.php
app/models/Namaclass.php
app/controllers/Namaclass.php
app/view/Namafolder/Namafile.php
http://localhost/si-mvc/
http://localhost/si-mvc/home/index
http://localhost/si-mvc/home/show
http://localhost/si-mvc/home/detail/1
http://localhost/si-mvc/dashboard