Skip to content

hieuapp/giasu-mschuyen.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeIgniter Seed

This package installs the offical CodeIgniter (version 3.0.*) with secure folder structure via Composer.

You can update CodeIgniter system folder to latest version with one command.

Folder Structure

codeigniter/
├── application/
├── bin/
│   ├── install-deps.sh
├── composer.json
├── composer.lock
├── public/
│   ├── assets
│   │   ├── css
│   │   ├── images
│   │   ├── js
│   │   ├── images
│   │   ├── plugins-bower
│   ├── .htaccess
│   └── index.php
└── vendor/
    └── codeigniter/
        └── framework/
            └── system/

Requirements

How to Use

Install

  1. Install dependences:

    $ cd bin/               #go to bin folder
    $ sh install-deps.sh    #run install dependences script
    $ cd ../                #back to project root folder
    
  2. Copy database config file

    $ cp application/config/database-template.php application/config/database.php
    

    Edit file application/config/database.php with your database.

Now you can run project

Run PHP built-in server (PHP 5.4 or later)

$ bin/server.sh

Update

$ composer update       #update php dependences
$ bower update          #update js/css dependences

You must update files manually if files in application folder or index.php change. Check CodeIgniter User Guide.

Other plugin, document using in Seed

Other Related Projects for CodeIgniter 3.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published