Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adrorocker/adrofw

Generic MVC Project
https://github.com/adrorocker/adrofw

Last synced: 29 days ago
JSON representation

Generic MVC Project

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.