Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 810 Bytes

README.MD

File metadata and controls

30 lines (25 loc) · 810 Bytes

Welcome to Micros!

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.

Features

  • Easy to understand
  • Simple routing
  • MVC Support
  • Interact to database
  • Containerize project using docker

Requirements

  • PHP 5+
  • Docker

Instalation

  • 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

Todo

  • Add readme md
  • Routing support
  • Interact to Database
  • Support MVC
  • Support docker
  • Change template to twig or blade
  • Routing like laravel