zikwall / simple-mvc
Minimalistic and easy PHP MVC Framework
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- filp/whoops: ^2.1
This package is auto-updated.
Last update: 2024-12-05 02:34:32 UTC
README
Minimalistic and easy PHP MVC Framework
APPLICATION STRUCTURE
app/ base application directory controllers, models and views
core/ framework core directory
public/ contains styles and scripts, web resources
You can then install this application template using the following command:
composer create-project --prefer-dist --stability=dev zikwall/simple-mvc