Skip to content

Commit

Permalink
Added full plugin support and ready for first major release
Browse files Browse the repository at this point in the history
  • Loading branch information
i-rocky committed Apr 1, 2018
1 parent e14efb2 commit 94fa52c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ File: `config.php`
<?php

return [
'root' => '/public/storage/', //your public upload directory
'root' => $_['DOCUMENT_ROOT'] . '/public/uploads/', //your public upload directory
'upload' => [
'allowed_types' => ['image/jpeg', 'image/png']
]
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "themexpert/react-filemanager-server",
"license": "MIT",
"version": "0.1.3",
"version": "1.0.0",
"description": "Server side library for React File Manager",
"type": "library",
"keywords": [
Expand Down

0 comments on commit 94fa52c

Please sign in to comment.