2017 © Pedro Pelรกez
 

library codeigniter-installer

Package to install CodeIgniter 3 via Composer.

image

komputronika/codeigniter-installer

Package to install CodeIgniter 3 via Composer.

  • Friday, October 6, 2017
  • by komputronika
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 50 % Grown

The README.md

CodeIgniter Installer

Latest Stable Version Total Downloads License, (*1)

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

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

Folder Structure

codeigniter/
โ”œโ”€โ”€ .htaccess
โ”œโ”€โ”€ index.php
โ”œโ”€โ”€ application/
โ”œโ”€โ”€ composer.json
โ”œโ”€โ”€ composer.lock
โ””โ”€โ”€ vendor/
    โ””โ”€โ”€ codeigniter/
     ย ย  โ””โ”€โ”€ framework/
     ย ย      โ””โ”€โ”€ system/

Requirements

How to Use

Install CodeIgniter

$ composer create-project komputronika/codeigniter-installer codeigniter

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

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

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

Install Translations for System Messages

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

$ cd /path/to/codeigniter
$ php bin/install.php translations 3.1.0

Install Third Party Libraries

Codeigniter Matches CLI:, (*7)

$ php bin/install.php matches-cli master

CodeIgniter HMVC Modules:, (*8)

$ php bin/install.php hmvc-modules master

Modular Extensions - HMVC:, (*9)

$ php bin/install.php modular-extensions-hmvc codeigniter-3.x

Ion Auth:, (*10)

$ php bin/install.php ion-auth 2

CodeIgniter3 Filename Checker:, (*11)

$ php bin/install.php filename-checker master

CodeIgniter Rest Server:, (*12)

$ php bin/install.php restserver 2.7.2

CodeIgniter Developer Toolbar:, (*13)

$ php bin/install.php codeigniter-develbar master

Codeigniter Model ORM:, (*14)

$ php bin/install.php codeigniter-model master

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

$ cd /path/to/codeigniter
$ bin/server.sh

Update CodeIgniter

$ cd /path/to/codeigniter
$ composer update

You must update files manually if files in application folder or index.php change. Check CodeIgniter User Guide., (*15)

Reference

The Versions

06/10 2017

dev-master

9999999-dev https://github.com/komputronika/codeigniter-installer

Package to install CodeIgniter 3 via Composer.

  Sources   Download

MIT

The Requires

 

by Avatar komputronika

composer installer codeigniter

06/10 2017

1.0.6

1.0.6.0 https://github.com/komputronika/codeigniter-installer

Package to install CodeIgniter 3 via Composer.

  Sources   Download

MIT

The Requires

 

by Avatar komputronika

composer installer codeigniter

05/10 2017

1.0.5

1.0.5.0 https://github.com/komputronika/codeigniter-installer

Package to install CodeIgniter 3 via Composer.

  Sources   Download

MIT

The Requires

 

by Avatar komputronika

composer installer codeigniter

05/10 2017

1.0.4

1.0.4.0 https://github.com/komputronika/codeigniter-installer

Package to install CodeIgniter 3 via Composer.

  Sources   Download

MIT

The Requires

 

by Avatar komputronika

composer installer codeigniter

05/10 2017

1.0.3

1.0.3.0 https://github.com/komputronika/codeigniter-installer

Package to install CodeIgniter 3 via Composer.

  Sources   Download

MIT

The Requires

 

by Avatar komputronika

composer installer codeigniter

05/10 2017

1.0.2

1.0.2.0 https://github.com/komputronika/codeigniter-installer

Package to install CodeIgniter 3 via Composer.

  Sources   Download

MIT

The Requires

 

by Avatar komputronika

composer installer codeigniter

05/10 2017

1.0.1

1.0.1.0 https://github.com/komputronika/codeigniter-installer

Package to install CodeIgniter 3 via Composer.

  Sources   Download

MIT

The Requires

 

by Avatar komputronika

composer installer codeigniter

05/10 2017

1.0.0

1.0.0.0 https://github.com/komputronika/codeigniter-installer

Package to install CodeIgniter 3 via Composer.

  Sources   Download

MIT

The Requires

 

by Avatar komputronika

composer installer codeigniter