Download the PHP package afea/filament-files without Composer
On this page you can find all versions of the php package afea/filament-files. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package filament-files
afea/filament-files
File manager module for the Afea Filament CMS package ecosystem.
Ships:
Filemodel — unified listing of uploaded files (Spatie media) and external URLsFileTypeenum (Upload/Link) with label + color + icon- Reorderable Filament v4
FileResourcewith a type-aware form (upload OR link, never both) FilesPlugin+afea:install:files
Installation
Register in AdminPanelProvider:
Three common scenarios
1. Render a group of files on a Blade page
2. Store uploads on a private disk
The $file->url() helper keeps working — Spatie returns the disk's public URL. For signed/temporary URLs, call $file->getFirstMedia('file')?->getTemporaryUrl(...).
3. Group arbitrary external links alongside uploads
Create File records with type = link pointing at external PDFs or Google Drive sharing links — they'll appear in the same group alongside uploaded files.
All versions of filament-files with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
afea/filament-cms-core Version @dev
filament/filament Version ^4.0
filament/spatie-laravel-media-library-plugin Version ^4.0
illuminate/contracts Version ^12.0
illuminate/database Version ^12.0
illuminate/support Version ^12.0
laravel/prompts Version ^0.3
spatie/laravel-medialibrary Version ^11.0
afea/filament-cms-core Version @dev
filament/filament Version ^4.0
filament/spatie-laravel-media-library-plugin Version ^4.0
illuminate/contracts Version ^12.0
illuminate/database Version ^12.0
illuminate/support Version ^12.0
laravel/prompts Version ^0.3
spatie/laravel-medialibrary Version ^11.0
The package afea/filament-files contains the following files
Loading the files please wait ...