Miniature-Octo is a clean and classy mini MVC app demonstrates tree view from two tables.
- Simple routing using controllers.
- Views.
- Database abstraction with query builder.
- Recursion example.
- A lot more.
PHP >= 8.0.2
git clone https://github.com/muath-ye/miniature-octo.git
cd miniature-octo
php -S 127.0.0.1:8000
composer create-project muath-ye/miniature-octo
cd miniature-octo
php -S 127.0.0.1:8000
open this link in your browser: http://127.0.0.1:8000
miniature-coto is open-sourced software licensed under the MIT License.