Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cikaldev/appstarter-hmvc


https://github.com/cikaldev/appstarter-hmvc

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# appstarter-hmvc
Starter Codeigniter 3 HMVC for boost your development time.

[![License](https://img.shields.io/github/license/cikaldev/appstarter-hmvc)](https://img.shields.io/github/license/cikaldev/appstarter-hmvc)
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/cikaldev/appstarter-hmvc)](https://github.com/cikaldev/appstarter-hmvc/releases)

## Installation

### Using Release file
* Download the [latest release](https://github.com/cikaldev/appstarter-hmvc/releases/latest).
* Just extract it into your (dev) server.
* Done.

### Composer
```shell
# default installation (no option)
composer create-project cikaldev/appstarter-hmvc

# or you can specify your project name like command below
composer create-project cikaldev/appstarter-hmvc my-project
```

### Git / Gh
```shell
# using git command
git clone https://github.com/cikaldev/appstarter-hmvc my-project

# using gh command
gh repo clone cikaldev/appstarter-hmvc my-project
```

---

Happy coding.. :smile:

_iancikal._