muath-ye / miniature-octo
A mini MVC app demonstrates tree view from two tables.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
Requires
- filp/whoops: ^2.14
- symfony/dotenv: ^6.0
This package is auto-updated.
Last update: 2024-12-16 16:46:13 UTC
README
Miniature-Octo is a clean and classy mini MVC app demonstrates tree view from two tables.
Feature Overview
- Simple routing using controllers.
- Views.
- Database abstraction with query builder.
- Recursion example.
- A lot more.
Requirement
PHP >= 8.0.2
Installing
git clone https://github.com/muath-ye/miniature-octo.git
cd miniature-octo
php -S 127.0.0.1:8000
Installing via composer
composer create-project muath-ye/miniature-octo
cd miniature-octo
php -S 127.0.0.1:8000
Browsing the porject:
open this link in your browser: http://127.0.0.1:8000
License
miniature-coto is open-sourced software licensed under the MIT License.