Skip to content

Commit ab0c4c9

Browse files
authored
simplifies README, removes sparks reference and some minors others
1 parent d9c3589 commit ab0c4c9

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

README.md

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ for the CodeIgniter Profiler.
1818

1919
## INSTALLING
2020

21+
Comes included with CodeigniterPowered, but for CI 2 or CI3:
22+
23+
**Requirements**
24+
25+
* Codeigniter 2.x or 3.x
26+
2127
**Manual controlled install**
2228

2329
**1)** Located your Codeigniter proyect and then download the repository at the `Applications` root directory
@@ -38,31 +44,6 @@ for the CodeIgniter Profiler.
3844
Now the output wil be a **little flame at the botton right corner** on each load request/response,
3945
click on it and see the new profiler.
4046

41-
**Using composer/spark**
42-
43-
**1)** Create a `composer.json` file in your application's root with the following text in the new file:
44-
45-
```
46-
{
47-
"require": {
48-
"codeigniterpower/codeigniter-profiler": "codeigniterpower-master"
49-
}
50-
}
51-
```
52-
53-
**2)** Run composer or thanks to the magic of `compwright/composer-installers` the files are transferred
54-
to your application's `third_party` folder. In your application, you will first need to load the newly
55-
installed package. This is done easily through the autoloader, but could also be done in your controller
56-
with an environment check for maximum optimization.
57-
58-
$autoload['packages'] = array(APPPATH.'third_party/codeigniter-forensics');
59-
60-
**3)** Then, just enable the profiler like normal.
61-
62-
`$this->output->enable_profiler(true);`
63-
64-
Now the output wil be a **little flame at the botton right corner** on each load request/response,
65-
click on it and see the new profiler.
6647

6748
## CONFIGURATION
6849

0 commit comments

Comments
 (0)