Skip to content

A starter template for CodeIgniter, Twig & IonAuth

License

Notifications You must be signed in to change notification settings

logecolib/ci-starterkit

 
 

Repository files navigation

Starter project for CodeIgniter base web site template

V 2.1.3

This is a bare bones set up for a website using Codeigniter and HTML5 boilerplate. Contains a simple controller for a static site.

Contains

Avenirer's MY Model

Avenirer's MY Model for CodeIgniter

Bourbon, Neat and Bitters

This template uses Bourbon http://http://bourbon.io/, Bitters http://bitters.bourbon.io/ and Neat http://neat.bourbon.io/ as a base for the SASS.

Bourbon, Neat and Bitters are stored in node_modules

  • SASS files live in /assets/sass
  • Added some extra variables in /assets/base/_variables.scss for headings.
  • Added heading size variables to /assets/base/_typography.scss
  • Commented out resets in /assets/base/_lists.scss

Browser Sync

Browser sync to reload browser after any changes to CSS.

Codeigniter

There is a bare bones Codeigniter installation to handle the backend.

Composer

Composer is set up for extra PHP pagackages

HTML5 Boilerplate

Used as a starter for the html template

Ion Auth

Ben Edmonds' Ion Auth authentication library to keep the bad guys away from sensitive areas.

Gulp.js

  • Compiles SASS
  • Adds browser prefixes.
  • Compresses image files and places them in assets/build/images folder.
  • Outputs display using browsersync

Modernizr

The same version that comes with HTML5 Boilerplate. You may want to get a custom build from Modernir.

Normalize

It uses normalize.css as the reset.

SASS

You can use either Compass or Gulp to compile the SASS.

SMACSS

Based on Mina Markham's old V1 Sassy Starter. She has a new version based on atomic design. https://github.com/minamarkham/sassy-starter

Twig

Added Twig templating

Yarn

Yarn is used to manage packages. See http://yarnpkg.com/ for installation instrunctions.

Installation

1 Copy files and extract

2 Create cache directory and set permissions

mkdir application/cache
mkdir application/cache/twig
touch application/cache/index.html
touch application/cache/twig/index.html
chmod 777 application/cache
chmod 777 application/cache/twig

3 Install node modules

yarn 

4 Install composer packages

composer update

5 Install Twig into Codeigniter

php vendor/kenjis/codeigniter-ss-twig/install.php

6 Update application/config/config.php and gulpfile.js

Update these to reflect your new location.

File Structure

application
-- cache
-- config
-- controllers
-- core
-- helpers
-- hooks
-- languages
-- libraries
-- logs
-- migrations
-- models
-- sql
-- third_party
-- views
assets
-- build
-- css
-- images
-- js
-- sass
-- svgs
index.php
gulpfile.js
node_modules
package.json
system
vendor
yarn.lock

About

A starter template for CodeIgniter, Twig & IonAuth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.7%
  • PHP 18.7%
  • Other 1.6%