devixar/sleepingowl-file-manager

Use file manager inside SleepingOwl.

v0.0.2.2 2016-07-28 18:25 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:39:52 UTC


README

Install

Via Composer

$ composer require devixar/sleepingowl-file-manager

config/app.php providers array

/*
* Sleepingowl File Manager
*/
Devixar\SleepingowlFileManager\SleepingowlFileManagerServiceProvider::class,

Via artisan

$ artisan sofmanager:install
$ artisan sofmanager:publish

Setting

You can change path for load files:

    // app/config/filesystems.php 
    
    'laradrop' => [
        'driver' => 'local',
        'root' => public_path('/images/uploads'), // path for save files
    ],

You can change path from get thumbnail:

    // app/config/laradrop.php 
    
    'disk_public_url' => env('LARADROP_DISK_PUBLIC_URL', '/images/uploads/'),

Problems

If you use Debugbar you can get console error. For fix set 'capture_ajax' => false in app/config/debugbar.php

Change log

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING and CONDUCT for details.

License

The MIT License (MIT). Please see License File for more information.