Libraries tagged by file model
chubv/php-stl
23664 Downloads
Library to parse STL file and get some statistics of the model
mateffy/laravel-codebase-mcp
1678 Downloads
An MCP server to give Cursor, Aider, etc. the ability to introspect your Laravel codebase directly, by querying for your models, views, routes and classes without raw file search.
abdelrahmanbl/laravel-uploadable
1179 Downloads
this package adding behaviour to a model for self uploading images like avatar or any files type.
pharaonic/laravel-has-files
1167 Downloads
Laravel - Model's files like Image, Picture, Cover, Video, Audio, file, ...etc.
esign/laravel-model-files
12775 Downloads
Associate files with your Laravel Models
gearbox-solutions/has-one-file
636 Downloads
Adds HasOneFile trait for easy file management for Laravel models
engageinteractive/laravel-view-models
13024 Downloads
Use view models instead of database model in your blade files and JSON responses.
bscheshirwork/yii2-file-upload-behavior
385 Downloads
Tool set for upload file and store to the model-depend folder
kolirt/laravel-master-model
1462 Downloads
The package that simplifies working with models, saving relationships, and uploading files in Laravel
we-are-neopix/laravel-model-translation
410 Downloads
This package is a driver based solution to translating Laravel models. It contains two drivers for storing translations in the database and in a JSON file, but also contains a plug-and-play system for its users to implement custom drivers for storing translations and use them with the package.
givanov95/laravel-attachments
249 Downloads
Polymorphic file & image attachments for Laravel: HasImages / HasFiles traits, Image / File models with URL accessor, drag-drop reorder routes, UploadHelper for clean controller code.
yii2-extended/yii2-export-policy-onefile
6948 Downloads
An implementation of the yii2 export policy interface that creates only one file for each model
nahid-ferdous/laravel-module-generator
3500 Downloads
Speeds up Laravel development by automating repetitive tasks. This package helps to generate module files (service, controller, model, migration, resource, request, collection) from YAML file.
anthonyedmonds/laravel-filestore
125 Downloads
Manage adding and removing files on your Model, only persisting the changes on save!
toramanlis/laravel-implicit-migrations
89 Downloads
This package is a tool that creates Laravel migration files by inspecting the application's models.