Merge branch 'dev'

* dev:
  v1.4.1 update
  v1.4.1 update
This commit is contained in:
carodej
2020-05-04 11:54:47 +02:00
29 changed files with 625 additions and 58 deletions

View File

@@ -11,6 +11,15 @@ use Illuminate\Support\Facades\Storage;
use Illuminate\Support\Str;
use Intervention\Image\ImageManagerStatic as Image;
/**
* Get app version from config
*
* @return \Illuminate\Config\Repository|mixed
*/
function get_version() {
return config('vuefilemanager.version');
}
/**
* Check if is demo
*