Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2397604
doctum.config.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
559 B
Referenced Files
None
Subscribers
None
doctum.config.php
View Options
<?php
use
Doctum\Doctum
;
use
Symfony\Component\Finder\Finder
;
$iterator
=
Finder
::
create
()
->
files
()
->
name
(
'*.php'
)
->
exclude
(
'bootstrap'
)
->
exclude
(
'cache'
)
->
exclude
(
'database'
)
->
exclude
(
'include'
)
->
exclude
(
'node_modules'
)
->
exclude
(
'tests'
)
->
exclude
(
'vendor'
)
->
in
(
__DIR__
);
return
new
Doctum
(
$iterator
,
[
'build_dir'
=>
__DIR__
.
'/../docs/build/%version%/'
,
'cache_dir'
=>
__DIR__
.
'/cache/'
,
'default_opened_level'
=>
1
,
//'include_parent_data' => false,
]
);
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Mon, Nov 3, 2:26 PM (17 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
288758
Default Alt Text
doctum.config.php (559 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment