Skip to content

Commit

Permalink
Merge pull request #23 from truelineinfotech/master
Browse files Browse the repository at this point in the history
CodeIgniter Developer Toolbar
  • Loading branch information
kenjis authored Sep 17, 2017
2 parents 835583e + 3469bd2 commit 3822126
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ $ php bin/install.php filename-checker master
```
$ php bin/install.php restserver 2.7.2
```
[CodeIgniter Developer Toolbar](https://github.com/JCSama/CodeIgniter-develbar):

```
$ php bin/install.php codeigniter-develbar master
```

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

Expand Down
9 changes: 9 additions & 0 deletions bin/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,15 @@ public function __construct() {
'msg' => 'See https://github.com/kenjis/codeigniter3-filename-checker',
'example_branch' => 'master',
),
'codeigniter-develbar' => array(
'site' => 'github',
'user' => 'jcsama',
'repos' => 'codeigniter-develbar',
'name' => 'codeigniter-develbar',
'dir' => array('config','core', 'third_party','controllers'),
'msg' => 'See https://github.com/JCSama/CodeIgniter-develbar',
'example_branch' => 'master',
),
);
}

Expand Down

0 comments on commit 3822126

Please sign in to comment.