File tree Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Expand file tree Collapse file tree 2 files changed +1
-24
lines changed Original file line number Diff line number Diff line change 27
27
},
28
28
"autoload" : {
29
29
"classmap" : [
30
+ " src/commands" ,
30
31
" src/controllers" ,
31
32
" src/database/migrations" ,
32
33
" src/database/seeds" ,
Original file line number Diff line number Diff line change 11
11
*/
12
12
'version ' => '1.0.0 ' ,
13
13
14
- /*
15
- |--------------------------------------------------------------------------
16
- | Application Games Enabled
17
- |--------------------------------------------------------------------------
18
- |
19
- | This flag is used to determine if the site uses games. If it is set to true
20
- | any area allowing for game integration will look for it. Otherwise, it will
21
- | skip them entirely.
22
- |
23
- */
24
- 'gameMode ' => false ,
25
-
26
- /*
27
- |--------------------------------------------------------------------------
28
- | Application Forum for News
29
- |--------------------------------------------------------------------------
30
- |
31
- | This flag is used to determine if the site uses the forum system to control
32
- | the front page. If set to false, there will be no options to promote posts
33
- | to the front page.
34
- |
35
- */
36
- 'forumNews ' => true ,
37
-
38
14
/*
39
15
|--------------------------------------------------------------------------
40
16
| Control-Room Site detail
You can’t perform that action at this time.
0 commit comments