PHP open source framework MiniFramework v1.5.0
v0
MiniFramework is an ultra-lightweight PHP development framework released under the Apache2 open source license and supports MVC and RESTful. MiniFramework can help developers quickly build web applications with minimal learning costs. While satisfying developers with the most basic layered development, database and cache access and other small functions, it can be as streamlined as possible to help your application be efficient based on the framework. run.
Please point the site root directory of Apache or Nginx to the Public directory in the App.
If you can access something like
http://localhost/index.php?c=index&a=index
Such a URL gets a "HelloWorld!" page, which means you have deployed successfully.