boing6002 / documentsmanager
Documents Manager for Laravel Enso
Package info
github.com/boing6002/DocumentsManager
Type:plugin
pkg:composer/boing6002/documentsmanager
2.4.15
2019-01-24 12:21 UTC
Requires
- php: >=7.1.0
- laravel-enso/activitylog: 1.1.*
- laravel-enso/core: 3.6.*
- laravel-enso/filemanager: 2.5.*
- laravel-enso/helpers: 1.10.*
- laravel-enso/imagetransformer: 1.4.*
- laravel-enso/structuremanager: 2.5.*
- laravel-enso/trackwho: 1.7.*
- laravel-enso/vuecomponents: 2.7.*
This package is auto-updated.
Last update: 2026-05-25 11:37:03 UTC
README
Documents Manager for Laravel Enso.
click on the photo to view a short demo in compatible browsers
Features
- permits the management (upload, download, delete, show) of documents in the application
- can attach documents to any other model
- comes with its own VueJS components
- uses FileManager for file operations
- uses the ImageTransformer package for optimizing the uploaded image files
- security policies are used to enforce proper user authorization
- comes with a
Documentabletrait that can be quickly added to the model you want to give this functionality to - offers various configuration options, including the option to delete all attached documents to a Documentable entity, when it gets deleted
Configuration & Usage
Be sure to check out the full documentation for this package available at docs.laravel-enso.com
Contributions
are welcome. Pull requests are great, but issues are good too.
License
This package is released under the MIT license.