Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cikaldev/appstarter

Starter Codeigniter 3 for boost your development time.
https://github.com/cikaldev/appstarter

Last synced: 23 days ago
JSON representation

Starter Codeigniter 3 for boost your development time.

Awesome Lists containing this project

README

        

# appstarter
Starter Codeigniter 3 for boost your development time.

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

## Installation

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

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

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

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

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

---

Happy coding.. :smile:

_iancikal._