The default application template for CodeIgniter Skeleton (CSK).
This repository serves as a boilerplate to kickstart new CSK-based projects — already configured with CSK conventions, folder structure, autoloading, and environment setup.
- Fork or clone this repository.
- Update settings to match your new project.
- Pull in the private CSK core and packages via your deployment or build scripts.
- Start building your app!
- Pre-configured application structure.
- CSK-compliant routing and autoloading.
- Ready-to-use environment config and language support.
- Integrates seamlessly with
csk-packagesandcsk-core.
Use this as your starting point for any CSK-powered application:
git clone https://github.com/ianhubnet/csk-app-default csk-app-name
cd csk-app-name
# configure repo variables and runcsk-core— Framework core (Private)csk-packages— Modules and themes (Private)csk-lang-english— Default translations (Public)
This repository is public for demonstration purposes only — it requires the private CSK Core to function.