Libraries tagged by file model
mojopollo/laravel-json-schema
542 Downloads
Create all your migrations and models from one JSON schema file. Laravel Database Schema in JSON allows you to define your entire Laravel database schema in one JSON file then generates all the necessary migration files
mad-web/laravel-enum
136022 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
geekk-net/laravel-enum
1972 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
abdelrahmanbl/laravel-uploadable
369 Downloads
this package adding behaviour to a model for self uploading images like avatar or any files type.
reliv/zf-config-factories
4852 Downloads
Configurable DI for the ZF service manager. Modeled after Symfony 2's DI config files.
roui/model-file-manager
1 Downloads
A Laravel package to handle file storage on model level
lajosbencz/phalcon-model-generator
101 Downloads
Generates decorated Phalcon\Model files from a database
celxkodez/laravel-model-file-manager
31 Downloads
manage file upload on model fields
masterro/laravel-file-cleaner
7069 Downloads
Laravel console command for deleting temp files and associated model instances.
gearbox-solutions/has-one-file
246 Downloads
Adds HasOneFile trait for easy file management for Laravel models
insolutions/laravel-files
915 Downloads
Models and endpoints for files management
hanifhefaz/user-model-activity
8 Downloads
Log activities over models into a log file.
okipa/laravel-model-json-storage
1375 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.
dthrcrpz/laravel-file-library
33 Downloads
A simple package to upload files and attach them to your Models
luchavez/simple-files
1504 Downloads
A simple approach to adding polymorphic files such as images to any Eloquent models in Laravel 9|10