We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7fa4e commit ef306ddCopy full SHA for ef306dd
README.md
@@ -12,6 +12,8 @@ Designed for those who like bold elements and beautiful websites. Made of hundre
12
13
The codebase needs to be enhanced to manage all files saved in the media directory. For instance, the following structure might exist:
14
15
+> **Disk Storage** (Files Exlorer)
16
+
17
```bash
18
<ROOT>
19
|-- media
@@ -31,7 +33,7 @@ The route that handles the files needs to be like this:
31
33
- `/file-manager/` - the root of the `MEDIA` directory is managed
32
34
- `/file-manager/project1/` only the files and subdirectories of `project1` are managed
35
-> UI
36
+> **UI** (Files Exlorer)
37
38
The UI will provide a `left`, `right` view, using a pattern similar to Windows File Explorer:
39
0 commit comments