PHP code example of cahyadsn / ci-installer

1. Go to this page and download the library: Download cahyadsn/ci-installer library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

cahyadsn / ci-installer example snippets


codeigniter/
├── application/
├── composer.json
├── composer.lock
├── public/
│   ├── .htaccess
│   └── index.php
└── vendor/
    └── codeigniter/
        └── framework/
            └── system/

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

$ php bin/install.php gen-cli master

$ php bin/install.php modular-extensions-hmvc 1.1.0

$ php bin/install.php ion-auth 3

$ php bin/install.php ion-auth-acl master

$ php bin/install.php restserver 3.1.4

$ php bin/install.php ci-log master

$ php bin/install.php ci-datatables master

$ php bin/install.php codeigniter-develbar master