Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cikaldev/appstarter-hmvc
https://github.com/cikaldev/appstarter-hmvc
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cikaldev/appstarter-hmvc
- Owner: cikaldev
- License: mit
- Created: 2021-12-22T09:07:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T15:50:03.000Z (about 1 year ago)
- Last Synced: 2024-11-14T14:41:40.336Z (about 1 month ago)
- Language: PHP
- Size: 581 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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._