File tree 5 files changed +21
-28
lines changed
5 files changed +21
-28
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ public function lancerAnalyse()
81
81
82
82
// on gere les options
83
83
if (filter_input (INPUT_POST , 'genDoc ' ) == 1 ) {
84
- $ cmd .= ' -d ' ;
85
- $ txt .= ' avec génération de doc ' ;
84
+ // $cmd .= ' -d ';
85
+ // $txt .= ' avec génération de doc ';
86
86
}
87
87
88
88
if (filter_input (INPUT_POST , 'genCC ' ) == 1 ) {
Original file line number Diff line number Diff line change @@ -33,7 +33,6 @@ It executes
33
33
- Copy-paste detector
34
34
- Php Depend
35
35
- Php Loc
36
- - Php Docs
37
36
38
37
And parses their report to give a nice view for rapid analysis of your project.
39
38
62
61
- { path: "^/ppa/[a-z]*", roles: IS_AUTHENTICATED_ANONYMOUSLY }
63
62
` ` `
64
63
65
- - Set your config (see below)
66
-
67
- - set assets
68
- ` ` ` bash
69
- php app/console assets:install
70
- ```
71
-
72
- - set right for ppa directory in the web directory
73
- ``` bash
74
- sudo php app/console ppa:init
75
- ```
76
-
77
- ### Use
78
- - Call http://127.0.0.1:8000/en/ppa with your nav.
79
- - Click on 'Start Scan'
80
-
81
- ### Config
82
-
64
+ - Set your config
65
+
83
66
` ` ` yml
84
67
framework :
85
68
translator : { fallback: %locale% }
86
69
87
- assetic :
88
- bundles :
89
- - JDPhpProjectAnalyzerBundle
90
-
91
70
jd_php_project_analyzer :
92
71
title : Php project analyzer
93
72
description : It's a ouaaaouhh project !
@@ -149,6 +128,21 @@ jd_php_project_analyzer:
149
128
```
150
129
151
130
131
+ - set assets
132
+ ``` bash
133
+ php app/console assets:install
134
+ ```
135
+
136
+ - set right for ppa directory in the web directory
137
+ ``` bash
138
+ sudo php app/console ppa:init
139
+ ```
140
+
141
+ ### Use
142
+ - Call http://127.0.0.1:8000/en/ppa with your nav.
143
+ - Click on 'Start Scan'
144
+
145
+
152
146
### update your phar
153
147
154
148
``` bash
Original file line number Diff line number Diff line change 11
11
<div class =" panel-body" >
12
12
<div id =" formLanceur" style =" display: {% if projectAnalyzer.isAnalyzeInProgress () %}none{% else %} block {%endif%}" >
13
13
<form action =" #" onsubmit =" return lancerAnalyse();" >
14
- {% if projectAnalyzer.isEnable (' docs' ) %}
14
+ {% if projectAnalyzer.isEnable (' docs' ) and false %}
15
15
<div class =" checkbox" >
16
16
<label >
17
17
<input type =" checkbox" name =" genDoc" id =" genDoc" value =" 1" >
Original file line number Diff line number Diff line change 16
16
<br >
17
17
{% endif %}
18
18
19
- {% if projectAnalyzer.isEnable (' docs' ) %}
19
+ {% if projectAnalyzer.isEnable (' docs' ) and false %}
20
20
<a href =" {{ app .request .getSchemeAndHttpHost ()}}/ppa/reports/DOCS/index.html" target =" _blank" >
21
21
{% trans %}link.phpDoc{%endtrans%}
22
22
</a >
Original file line number Diff line number Diff line change 24
24
"symfony/phpunit-bridge" : " *" ,
25
25
"squizlabs/php_codesniffer" : " *" ,
26
26
"pdepend/pdepend" : " *" ,
27
- "phpdocumentor/phpdocumentor" : " *" ,
28
27
"phpmd/phpmd" : " *"
29
28
},
30
29
"scripts" : {
You can’t perform that action at this time.
0 commit comments