Download the PHP package andri-sudarmawijaya/codeigniter-project without Composer
On this page you can find all versions of the php package andri-sudarmawijaya/codeigniter-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download andri-sudarmawijaya/codeigniter-project
More information about andri-sudarmawijaya/codeigniter-project
Files in andri-sudarmawijaya/codeigniter-project
Package codeigniter-project
Short Description Start any project with Codeigniter
License MIT
Homepage https://github.com/eihror/codeigniter-project
Informations about the package codeigniter-project
CodeIgniter Composer Project
This package installs the offical CodeIgniter (version 3.1.*
) with secure folder structure via Composer.
Also, this package is based on Kenji´s project (v0.4.2), please check his other project too.
Extras Packages
-
Slugify (version
2.0
). - Compress Image (version
0.0.4
).
Requirements
- PHP 5.5.9 or later
composer
command (See Composer Installation)- Git
How to Use
Install CodeIgniter Project
Run Scripts to create a Codeigniter Basic Structure ( Only if system don´t run this automatically )
Folder Final Structure
Above command installs .htaccess
to remove index.php
in your URL. If you don't need it, please remove it.
And it changes application/config/config.php
:
$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.
Install Translation Messages
If you want to install translations for system messages:
All versions of codeigniter-project with dependencies
codeigniter/framework Version ^3.0
cocur/slugify Version ^2.0
eihror/compress-image Version ^0.0.4