Libraries tagged by laravel-model
scool/ebre_escool_model
56 Downloads
Laravel model for old ebre_escool database
schenke-io/laravel-sheet-base
105 Downloads
Use Google Sheet files as team-editor for Laravel translations and as data source for Laravel models using Laravel Sushi.
savvyosive/handler-generator
4 Downloads
Create Handlers for your Laravel Models
santoshachari/generators
60 Downloads
This package will generate a Laravel Model based on your database table itself, filling in the required fields automatically.
sanes/billing-model
1 Downloads
Laravel Models & Migrations for Billing project
samrat131/column-sortable
20 Downloads
Sort laravel model view list by database column or field wise
saifalbd/model-collection
6 Downloads
convert php array to object like Laravel Model
sackrin/laravel-meta-fields
15 Downloads
Customisable meta fields for laravel models
rvkolosov/laravel-withtrait
4 Downloads
WithTrait for dynamic load relations in Laravel Model.
rukhsar/modelhistory
11 Downloads
Provides tracking of Laravel Models for creating, updating and deleting events
rondigital/query-filter
2166 Downloads
Filter and search in Laravel Model.
rockero-cz/nova-model-state-field
613 Downloads
A Laravel Nova field for spatie/laravel-model-state attribute.
rmoore/routable
18 Downloads
Generate routes for laravel models
reallyli/laravel-module-er-diagram-generator
171 Downloads
Generate ER diagrams from your Laravel models.
rawveg/model-validation
49 Downloads
Laravel Model Validation - Uses validation rules at the model level to ensure that all data being saved in a model is valid. Just as you would use Request Validation in your Controllers, Model-Level validation allows you to be ensure that even code within your application that manually creates a model, cannot do so using invalid data.