https://github.com/zikwall/simple-mvc
Велосипед :) я должен был это сделать
https://github.com/zikwall/simple-mvc
framework mvc php
Last synced: 7 months ago
JSON representation
Велосипед :) я должен был это сделать
- Host: GitHub
- URL: https://github.com/zikwall/simple-mvc
- Owner: zikwall
- License: gpl-3.0
- Created: 2018-04-17T17:23:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T17:55:52.000Z (almost 8 years ago)
- Last Synced: 2025-02-23T20:43:57.058Z (about 1 year ago)
- Topics: framework, mvc, php
- Language: JavaScript
- Homepage:
- Size: 18.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-mvc
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
~~~
CONFIGURATION
-------------