Micro is a small framework that is used for learning materials from a class at sekolahkoding.com, this project is made to understand how the PHP framework works, This project is not suitable for production.
- Easy to understand
- Simple routing
- MVC Support
- Interact to database
- Containerize project using docker
- PHP 5+
- Docker
- Clone this repository
- Go to project folder
- Run this command
make start
- If you want to create db test just run this command
make createdb
- go to
https://localhost
to check if the project is running
- Add readme md
- Routing support
- Interact to Database
- Support MVC
- Support docker
- Change template to twig or blade
- Routing like laravel