cikaldev/appstarter

Starter Codeigniter 3 HMVC for boost your development time.

1.0.1 2022-10-24 16:14 UTC

This package is auto-updated.

Last update: 2025-03-13 20:37:09 UTC


README

Starter Codeigniter 3 for boost your development time.

License GitHub release (latest by date)

Installation

Using Release file

  • Download the latest release.
  • Just extract it into your (dev) server.
  • Done.

Composer

# 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

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

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

Happy coding.. 😄
iancikal.