Libraries tagged by file model
smirltech/laravel-media
2250 Downloads
Associate files to with eloquent models
nadlambino/uploadable
37 Downloads
Automatically handle the file uploads for your models.
mbober35/fileable
40 Downloads
Model for management files
elfuvo/yii2-import-wizard
3922 Downloads
Step-by-step import from Excel files with mapping of model attributes
ahmed-aliraqi/eloquent-media
141 Downloads
Associate files to your eloquent models
bkwld/upchuck
13356 Downloads
A simple, automatic handler of file uploads for Laravel's Eloquent models using using Flysystem.
zanson/sm-parser
30 Downloads
a model and parser for stepmania files (.sm)
khomsiadam/stacksync
16 Downloads
StackSync is a fullstack PHP mini framework, with an MVC structure, custom API system with a Middleware and JWT authentication, components based views, flexible routing, PSR4 autoloading. Essential files generation (migrations, seeders, controllers and models) and other operations can be executed through custom commands.
hyn/eloquent-markdown
140 Downloads
Mix markdown, frontmatter and eloquent models to easily handle markdown files with meta information by treating them as objects.
jimhlad/leapfrog
28 Downloads
A UI-based CRUD boilerplate generator for Laravel. Quickly create files according to the Controller-Service-Model pattern.
lemax10/laravel-enums
1832 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
bogordesaincom/laravel-enum-simple
1188 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files. Forked from
adamquaile/json-object-mapper
56 Downloads
Maps JSON files to PHP objects, intended for simple model separation and manual content authoring
steadlane/silverstripe-massexport
11 Downloads
A tool that allows you to export multiple Models at once and zip them into a single file for a specific date range
developerawam/generate-migration
23 Downloads
This package automatically generates migration files for your Laravel application. With this feature, you can quickly create database structures without writing SQL code manually. Simply specify the model you want to create, and this package will handle the rest, streamlining development and minimizing human errors.