Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrorocker/adrofw
Generic MVC Project
https://github.com/adrorocker/adrofw
Last synced: 29 days ago
JSON representation
Generic MVC Project
- Host: GitHub
- URL: https://github.com/adrorocker/adrofw
- Owner: adrorocker
- License: mit
- Created: 2015-03-23T15:42:55.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-02-03T17:50:33.000Z (almost 9 years ago)
- Last Synced: 2023-02-28T22:52:01.830Z (almost 2 years ago)
- Language: PHP
- Size: 79.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Adro Framework
Generic MVC Project
[Author: Adro Rocker](https://github.com/adrorocker).
[MIT Licence](https://github.com/adrorocker/adrofw/blob/master/LICENSE.md).
## About
**Adro Famework** is a minimalistic MVC framework design for small projects
## CLI Helper
You can use the cli helper to create a new app.
Run the helper.
To create app run:
```
php adrofw --create=app
```To create module run:
```
php adrofw --create=module --name=[module-name]
```
Where [module-name] is the name of the module.Rmemeber this is a selfcontained repository so you need to be inside it to run the cli helper.