laravel-enso / files
File management backend for Laravel Enso
Requires
- laravel-enso/core: ^12.0
- laravel-enso/helpers: ^4.0
- laravel-enso/image-transformer: ^2.5
- laravel-enso/migrator: ^2.0
- laravel-enso/track-who: ^3.0
- dev-master
- v5.x-dev
- 5.7.7
- 5.7.6
- 5.7.5
- 5.7.4
- 5.7.3
- 5.7.2
- 5.7.1
- 5.7.0
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.0
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.1
- 5.3.0
- 5.2.20
- 5.2.19
- 5.2.18
- 5.2.17
- 5.2.16
- 5.2.15
- 5.2.14
- 5.2.13
- 5.2.12
- 5.2.11
- 5.2.10
- 5.2.9
- 5.2.8
- 5.2.7
- 5.2.6
- 5.2.5
- 5.2.4
- 5.2.3
- 5.2.2
- 5.2.1
- 5.2.0
- 5.1.9
- 5.1.8
- 5.1.7
- 5.1.6
- 5.1.5
- 5.1.4
- 5.1.3
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.13
- 5.0.12
- 5.0.11
- 5.0.10
- 5.0.9
- 5.0.8
- 5.0.7
- 5.0.6
- 5.0.5
- 5.0.4
- 5.0.3
- 5.0.2
- 5.0.1
- 5.0.0
- 4.2.1
- 4.2.0
- 4.1.10
- 4.1.9
- 4.1.8
- 4.1.7
- 4.1.6
- 4.1.5
- 4.1.4
- 4.1.3
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.5
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.4.11
- 3.4.10
- 3.4.9
- 3.4.8
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.5.37
- 2.5.36
- 2.5.35
- 2.5.34
- 2.5.33
- 2.5.32
- 2.5.31
- 2.5.30
- 2.5.29
- 2.5.28
- 2.5.27
- 2.5.26
- 2.5.25
- 2.5.24
- 2.5.23
- 2.5.22
- 2.5.21
- 2.5.20
- 2.5.19
- 2.5.18
- 2.5.17
- 2.5.16
- 2.5.15
- 2.5.14
- 2.5.13
- 2.5.12
- 2.5.11
- 2.5.10
- 2.5.9
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.9
- 2.3.8
- 2.3.7
- 2.3.6
- 2.3.5
- 2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.1
- 2.0.0
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.2
- 1.0.1
- 1.0.0
- dev-upgrade/laravel13-core12
- dev-feature/ensoV8
- dev-feature/ensoV7
- dev-upgrade/larave11MigrationChange
- dev-upgrade/enso6-dr
- dev-hotfix/extension
- dev-upgrade/enso6
- dev-feature/dropSuffix
- dev-fixes/refactor
- dev-feature/serviceRefactor
This package is auto-updated.
Last update: 2026-04-22 07:07:57 UTC
README
Description
File Manager adds Enso file uploads, browsing, sharing, and type administration.
The package stores files and uploads, supports recent and favorite lists, generates temporary links, exposes signed share links for public access, and lets administrators manage file types through form and table endpoints.
It is intended to back the Enso file-manager UI and other modules that need attachable files.
Installation
Install the package:
composer require laravel-enso/files
Run the package migrations:
php artisan migrate
Optional publishes:
php artisan vendor:publish --tag=files-config php artisan vendor:publish --tag=files-factory
Features
- Upload store and destroy endpoints.
- File browsing, download, show, rename, favorite, recent, and visibility-toggle endpoints.
- Signed share links for externally accessible files.
- File-type CRUD with form and table builders.
- Image processing hooks and upload validation services.
Usage
Main route groups:
core.files.*core.uploads.*administration.fileTypes.*
Signed sharing is exposed through:
route('core.files.share', ['file' => $file]);
API
HTTP routes
GET api/core/files/link/{file}GET api/core/files/download/{file}DELETE api/core/files/{file}GET api/core/files/show/{file}GET api/core/files/browse/{type}GET api/core/files/recentGET api/core/files/favoritesPATCH api/core/files/{file}PATCH api/core/files/makePublic/{file}PATCH api/core/files/makePrivate/{file}PATCH api/core/files/favorite/{file}POST api/core/uploads/storeDELETE api/core/uploads/{upload}GET api/administration/fileTypes/createPOST api/administration/fileTypesGET api/administration/fileTypes/{type}/editPATCH api/administration/fileTypes/{type}DELETE api/administration/fileTypes/{type}
Depends On
Required Enso packages:
laravel-enso/core↗laravel-enso/helpers↗laravel-enso/image-transformer↗laravel-enso/migrator↗laravel-enso/track-who↗
Companion frontend package:
Contributions
are welcome. Pull requests are great, but issues are good too.
Thank you to all the people who already contributed to Enso!