Skip to content

Commit 3822126

Browse files
authored
Merge pull request #23 from truelineinfotech/master
CodeIgniter Developer Toolbar
2 parents 835583e + 3469bd2 commit 3822126

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ $ php bin/install.php filename-checker master
100100
```
101101
$ php bin/install.php restserver 2.7.2
102102
```
103+
[CodeIgniter Developer Toolbar](https://github.com/JCSama/CodeIgniter-develbar):
104+
105+
```
106+
$ php bin/install.php codeigniter-develbar master
107+
```
103108

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

bin/install.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,15 @@ public function __construct() {
8888
'msg' => 'See https://github.com/kenjis/codeigniter3-filename-checker',
8989
'example_branch' => 'master',
9090
),
91+
'codeigniter-develbar' => array(
92+
'site' => 'github',
93+
'user' => 'jcsama',
94+
'repos' => 'codeigniter-develbar',
95+
'name' => 'codeigniter-develbar',
96+
'dir' => array('config','core', 'third_party','controllers'),
97+
'msg' => 'See https://github.com/JCSama/CodeIgniter-develbar',
98+
'example_branch' => 'master',
99+
),
91100
);
92101
}
93102

0 commit comments

Comments
 (0)