@@ -18,6 +18,12 @@ for the CodeIgniter Profiler.
18
18
19
19
## INSTALLING
20
20
21
+ Comes included with CodeigniterPowered, but for CI 2 or CI3:
22
+
23
+ ** Requirements**
24
+
25
+ * Codeigniter 2.x or 3.x
26
+
21
27
** Manual controlled install**
22
28
23
29
** 1)** Located your Codeigniter proyect and then download the repository at the ` Applications ` root directory
@@ -38,31 +44,6 @@ for the CodeIgniter Profiler.
38
44
Now the output wil be a ** little flame at the botton right corner** on each load request/response,
39
45
click on it and see the new profiler.
40
46
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.
66
47
67
48
## CONFIGURATION
68
49
0 commit comments