Libraries tagged by file model
dejwcake/craftable-media
341 Downloads
Associate files with Eloquent models
cgdprojects/laravel-gedcom
1484 Downloads
A package that converts gedcom files to Eloquent models
quince/data-importer
124 Downloads
Tool for importing data from tabular data files into laravel models
asdfx/laravel-gedcom
20 Downloads
A package that converts gedcom files to Eloquent models
matchingood/laravel-eloquent-storage
7833 Downloads
Eloquent model which manages files.
egyjs/dbml-to-laravel
4 Downloads
Generate Laravel Eloquent models and migration files directly from your DBML (Database Markup Language) files with ease.
ahmed-aliraqi/eloquent-media
139 Downloads
Associate files to your eloquent models
zanson/sm-parser
30 Downloads
a model and parser for stepmania files (.sm)
mr-arsal4u/spatie_spice
21 Downloads
A custom package with config files, views, JS, seeders, migrations, and models.
milose/laravel-mmc
25 Downloads
Laravel Artisan console command to create Model / Migration / Controller files in singular form.
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.
djaker-hakim/jmm
14 Downloads
jmm json mini model this is a nosql file database
jimhlad/leapfrog
28 Downloads
A UI-based CRUD boilerplate generator for Laravel. Quickly create files according to the Controller-Service-Model pattern.
ahrmerd/laravel-test-generator
95 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