Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iris-it/lmod-fs
Filesystem integration with custom rules / action. Currently a WIP as package but implemented in another projet
https://github.com/iris-it/lmod-fs
Last synced: 12 days ago
JSON representation
Filesystem integration with custom rules / action. Currently a WIP as package but implemented in another projet
- Host: GitHub
- URL: https://github.com/iris-it/lmod-fs
- Owner: iris-it
- Created: 2018-02-26T07:58:08.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T11:03:17.000Z (almost 7 years ago)
- Last Synced: 2024-11-10T03:36:15.737Z (2 months ago)
- Language: PHP
- Size: 224 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Filestash Module
Documentation du module de système de fichier
## Requirements
This package uses some functionnalities of the lmod-authz or lmod-authz-ldap package for
the admin protection ( middleware ) or for the group managements ( files )## Fonctionnalités
### Stockage de fichier
- Système de fichier
-- Upload
-- Download
-- Copier / Coller
-- Deplacer
-- Supprimer
-- Renomer
- Arborecence définie mais modifable (seeder folder)
- Gestion des droits basée sur les groupes (lmod-authz lmod-authz-ldap)
- Système de collection (liens symboliques (favoris))
- Recherche simple ( all )
- Recherche avancée ( nom / ext / date / periode / ... )
- Tag ( policy / workflows / permissions )## Install
Begin by installing this package through Composer. Edit your project's composer.json file to require laravelcollective/html.
`composer require league/flysystem`
`composer require league/climate`
`composer require league/fractal`
Next, add your new provider to the providers array of config/app.php:
```php
'providers' => [
// ...
Irisit\IrisFS\FilesystemServiceProvider::class,
// ...
],
```