Libraries tagged by file model
asdfx/laravel-gedcom
21 Downloads
A package that converts gedcom files to Eloquent models
yuges-code/laravel-mediable
5 Downloads
🎴 Package for easily uploading and attaching media files to Laravel eloquent models
nadlambino/uploadable
37 Downloads
Automatically handle the file uploads for your models.
ahmed-aliraqi/eloquent-media
143 Downloads
Associate files to your eloquent models
bkwld/upchuck
13358 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
143 Downloads
Mix markdown, frontmatter and eloquent models to easily handle markdown files with meta information by treating them as objects.
eventbrain/cloner
19 Downloads
A trait for Laravel Eloquent models that lets you clone of a model and it's relationships, including files.
jimhlad/leapfrog
30 Downloads
A UI-based CRUD boilerplate generator for Laravel. Quickly create files according to the Controller-Service-Model pattern.
mo-masoud/laravel-enum
2025 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files.
lemax10/laravel-enums
1835 Downloads
Simple Enum implementation for Laravel. With ability to casting for Eloquent models and labels translations via lang files.
bogordesaincom/laravel-enum-simple
1227 Downloads
Elegant Enum implementation for Laravel. With make:enum command, ability to casting for Eloquent models and labels translations via lang files. Forked from
ahrmerd/laravel-test-generator
152 Downloads
The Ahrmerd/TestGenerator package is a Laravel command-line tool that automatically generates API and web tests for your Eloquent models. With just a few simple commands, you can quickly generate comprehensive test files that cover CRUD operations, validation, and other common use cases for your models. The package provides options to generate tests for all models in your application or for specific models, and supports overwriting existing test files with the --force option. Additionally, it automatically generates test content based on your model's form request classes, making it easy to ensure your tests reflect your application's validation rules. Speed up your Laravel testing workflow with the Ahrmerd/TestGenerator package
adamquaile/json-object-mapper
58 Downloads
Maps JSON files to PHP objects, intended for simple model separation and manual content authoring