Libraries tagged by file model
celxkodez/laravel-model-file-manager
31 Downloads
manage file upload on model fields
sertxudeveloper/laravel-media-model
3118 Downloads
Attach media files to your models
masterro/laravel-file-cleaner
7075 Downloads
Laravel console command for deleting temp files and associated model instances.
maggomann/filament-model-translator
6753 Downloads
The package translates the Eloquent models using a currently specified translation file. The Eloquent models are used internally in [filament's](https://filamentphp.com/) Resources and RelationManagers for translation. This package provides traits for the Resources and RelationManagers to translate them automatically.
blax-software/laravel-files
79 Downloads
Universal Laravel file management system — upload, optimize, serve, and attach files to any model.
zoomyboy/file-upload
387 Downloads
Upload files to an elouent model and assign them in the database
blackstone/laravel-model-translations-sync
33 Downloads
Synchronize Laravel model translations between models, language_lines, files and external translation flows.
hanifhefaz/user-model-activity
8 Downloads
Log activities over models into a log file.
okipa/laravel-model-json-storage
1378 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
tcytra/enraiged-files
92 Downloads
Enraiged Files provides file attachable services for Enraiged Laravel models.
dthrcrpz/laravel-file-library
33 Downloads
A simple package to upload files and attach them to your Models
thrive/laravel-model-storage
80 Downloads
Manejo de archivos orientado a modelos Eloquent con soporte S3, CloudFront y storage local
g4t/model-studio
3 Downloads
Eloquent model studio for Laravel — generates models with relationships and casts from your migration files, and detects drift between your schema and existing models.
visavi/motor-orm
273 Downloads
An ORM over plain CSV files: models, queries, relations, pagination and migrations, without a database server
laravelir/attachmentable
29 Downloads
A package for attachment files to models