barryvdh / laravel-elfinder

elFinder bundle for Laravel
738 stars 169 forks source link

Set default disk. #284

Closed mtvbrianking closed 1 year ago

mtvbrianking commented 4 years ago

Default to Laravel's default filesystem driver.

Just a convenience that a user doesn't have to set this first to get started.

Plus, the readme doesn't mention that setting a disk is mandatory.

barryvdh commented 2 years ago

Setting a disk is not mandatory. But the default directory is now 'storage', which is the same as local disk.