This website requires JavaScript.
Explore
Help
Sign In
zoomyboy
/
medialibrary-helper
Watch
1
Star
0
Fork
You've already forked medialibrary-helper
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d2f7f16e88
medialibrary-helper
/
config
/
media-library.php
7 lines
87 B
PHP
Raw
Normal View
History
Unescape
Escape
Add config path
2024-01-03 12:19:15 +01:00
<
?
php
return
[
Add deferred upload
2024-01-03 15:47:41 +01:00
'temp_disk'
=>
'temp'
,
Add auth
2024-01-03 13:07:03 +01:00
'middleware'
=>
[
'web'
,
'auth:web'
],
Add config path
2024-01-03 12:19:15 +01:00
];