SIGN IN SIGN UP
BookStackApp / BookStack UNCLAIMED

A platform to create documentation/wiki content built with PHP & Laravel

0 0 2 PHP
2021-11-05 16:18:06 +00:00
<?php
// Overwrite configuration that can interfere with the phpstan/larastan scanning.
config()->set([
'filesystems.default' => 'local',
]);