https://github.com/adrorocker/adrofw
Generic MVC Project
https://github.com/adrorocker/adrofw
Last synced: 2 months 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 (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2016-02-03T17:50:33.000Z (over 9 years ago)
- Last Synced: 2025-02-02T10:16:13.365Z (4 months 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.