Skip to content

4.30.116-beta: Fixed file uploading

Compare
Choose a tag to compare
@butschster butschster released this 15 Apr 09:06
· 2555 commits to development since this release
  • Fixed error Undefined index: header (View: ...\resources\views\default\form\panel.blade.php)
  • Fixed file uploading
  • Separate images storage path and files storage path.
 /*
    |--------------------------------------------------------------------------
    |  Directory to upload images to (relative to public directory)
    |--------------------------------------------------------------------------
    */

    'imagesUploadDirectory' => 'images/uploads',

    /*
    |--------------------------------------------------------------------------
    |  Directory to upload files to (relative to public directory)
    |--------------------------------------------------------------------------
    */

    'filesUploadDirectory' => 'files/uploads',