Skip to content

Commit ef1d6f7

Browse files
committed
rm docs
1 parent 945ab4c commit ef1d6f7

File tree

4 files changed

+23
-28
lines changed

4 files changed

+23
-28
lines changed

.README.md.swp

12 KB
Binary file not shown.

README.md

+23-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
1-
# File Manager (Laravel Bundle)
1+
### Delivering files
2+
The file delivery can be used in many ways.
3+
For example a type of delivery can be though http URL, another can be though storage path, another can be though CDN file ID.
4+
Any of this string we will call 'URI'.
25

3-
This package allows you to manage file uploads (store and deliver) to local server, cdn, and any other storage provider that you want.
6+
7+
A file can be stored many ways:
8+
* file:///var/www/file.ext
9+
* http://domain.com/file.ext
10+
* foo://domain.com/file.ext
11+
12+
So a file is always stored in a location that matches the following pattern of URI:
13+
14+
<schema>:<locatie>[?<interogarea>][#<fragmentul>]
15+
16+
For example if we store a file in openstack onbject storage we can have the following uri for it:
17+
18+
openstackv1://4281c348eaf83e70ddce0e07221c3d28
19+
20+
Each file must have the following attributes:
21+
22+
* URI
23+
* Name
24+
* MimeType
425

526

docs/.gitkeep

Whitespace-only changes.

docs/hacking.md

-26
This file was deleted.

0 commit comments

Comments
 (0)