Skip to content

A responsive starting point (boilerplate) for Meridian Softech's CodeIgniter PHP apps. You can use it too!

License

Notifications You must be signed in to change notification settings

thegenesisproject/meridian_ci_codebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meridian CodeIgniter CodeBase

A responsive PHP framework for use as a starting point (boilerplate) for Meridian Softech apps

This main components of this codebase are:

  • Codeigniter 2.1.0 - everyone's favourite lightweight PHP framework
  • Foundation 3 - which provides the responsiveness
  • jQuery - the popular Javascript library
  • Head JS - asynchronous script loader that speeds up loading of scripts in the DOM

Simple, Lightweight and Flexible. That's how we like it!

How To Get Started

Clone this Repo into your working directory

git clone https://github.com/meridiansoftech/meridian_ci_codebase.git

Change database settings for local database

  • Create a folder 'development' in application/config/
  • Copy and paste the file 'database.php' found in application/config/ into the folder application/config/development/
  • Go to application/config/development/database.php and change the settings to those of your local database server.

You are ready to go!

Note

It's PagodaBox Ready

Screenshot

We enjoy hosting on PagodaBox, so we made this boilerplate ready for hosting on PagodaBox. All you have to do is visit the PagodaBox website and add a new Environment Variable

Key : PLATFORM
Value : PAGODA

Finally, enter your PagodaBox database settings into application/config/database.php. Enjoy!

About

A responsive starting point (boilerplate) for Meridian Softech's CodeIgniter PHP apps. You can use it too!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published