2017 © Pedro PelΓ‘ez
 

development codeigniter-project

Start any project with Codeigniter

image

eihror/codeigniter-project

Start any project with Codeigniter

  • Tuesday, December 13, 2016
  • by eihror
  • Repository
  • 1 Watchers
  • 3 Stars
  • 97 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 9 % Grown

The README.md

CodeIgniter Composer Project

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

This package installs the offical CodeIgniter (version 3.0.*) with secure folder structure via Composer. Also, this package is based on KenjiΒ΄s project (v0.4.2), please check his other project too. , (*2)

Extras Packages

Requirements

How to Use

Install CodeIgniter Project

$ composer create-project Eihror/codeigniter-project project_folder

Run Scripts to create a Codeigniter Basic Structure ( Only if system donΒ΄t run this automatically )

$ cd /path/to/project_folder
$ composer run-script post-install-cmd

Folder Final Structure

project_folder/
β”œβ”€β”€ application/
β”œβ”€β”€ composer.json
β”œβ”€β”€ composer.lock
β”œβ”€β”€ .htaccess
β”œβ”€β”€ index.php
└── vendor/
    └── eihror/
        └── compress-image/
    └── cocur/
        └── slugify/
    └── codeigniter/
        └── framework/
            └── system/

Above command installs .htaccess to remove index.php in your URL. If you don't need it, please remove it., (*5)

And it changes application/config/config.php:, (*6)

$config['composer_autoload'] = FALSE;
↓
$config['composer_autoload'] = realpath(APPPATH . '../vendor/autoload.php');
$config['index_page'] = 'index.php';
↓
$config['index_page'] = '';

Update CodeIgniter

You can update CodeIgniter system folder to latest version with one command., (*7)

$ cd /path/to/project_folder
$ composer update

Install Translation Messages

If you want to install translations for system messages:, (*8)

$ cd /path/to/project_folder
$ php bin/install.php translations 3.0.0

The Versions

13/12 2016

dev-master

9999999-dev https://github.com/eihror/codeigniter-project

Start any project with Codeigniter

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream ^1.6

13/12 2016

v0.0.6

0.0.6.0 https://github.com/eihror/codeigniter-project

Start any project with Codeigniter

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream ^1.6

13/12 2016

v0.0.5

0.0.5.0 https://github.com/eihror/codeigniter-project

Start any project with Codeigniter

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream ^1.6

13/12 2016

v0.0.4

0.0.4.0 https://github.com/eihror/codeigniter-project

Start any project with Codeigniter

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream ^1.6

13/12 2016

v0.0.3

0.0.3.0 https://github.com/eihror/codeigniter-project

Start any project with Codeigniter

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream ^1.6

12/04 2016

v0.0.2

0.0.2.0 https://github.com/Eihror/codeigniter-project

Start any project with Codeigniter

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream ^1.6

07/04 2016

v0.0.1

0.0.1.0 https://github.com/Eihror/codeigniter-project

Start any project with Codeigniter

  Sources   Download

MIT

The Requires

 

The Development Requires

  • mikey179/vfsstream ^1.6