grazulex/laravel-modelschema
Generate and manage Laravel model schemas with automatic validation, documentation, and migration helpers for better data structure management.
时间:2025-08-03 05:37
mr.incognito/crudify
This package is for handling the crud for simple crud like for setup etc.
时间:2025-07-10 06:58
kadirgun/laravel-json-query
A Laravel package that enables frontend JavaScript applications to securely and efficiently execute Eloquent queries using a TypeScript-friendly interface, with built-in model whitelisting, parameter validation, and performance optimizations like pagination and caching.
时间:2025-06-26 03:56
weboccult/laravel-translatable
A Laravel package for easy model translations using morph relationships. Supports multiple languages, caching, validation, and automatic translation loading.
时间:2025-06-06 11:32
ksraylan/laravel-model-validation
Model validation for Laravel application.
时间:2025-05-27 21:45
oppytut/laravel-lift12
Take your Eloquent Models to the next level
时间:2025-04-21 04:27
savioamin/laravel-model-affected-rows-verification
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modific
时间:2024-11-08 13:11
mobilestock/laravel-model-affected-rows-verification
laravel-model-affected-rows-verification is a library that extends the default Laravel model to include implicit row count verification for update and delete operations. This ensures that these operations are conducted safely, providing an extra layer of validation to prevent unintended data modific
时间:2024-11-06 22:56
huubverbeek/laravel-model-attributes-validation
Enables attribute-based validation of model attributes automatically during the save process.
时间:2024-10-25 17:57
threeleaf/validation-engine
A Laravel Eloquent Model for managing dynamic validation engine rules.
时间:2024-10-10 11:16
sandaffo/laravel-model-validator
A Laravel package to add validation methods directly to Eloquent models
时间:2024-07-23 13:34
steven-fox/laravel-model-validation
Salvation for your model validation.
时间:2024-06-09 17:05
rawveg/model-validation
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 mod
时间:2024-05-02 07:17
ayat/crud
This specialized Laravel package streamlines the process of building comprehensive CRUD operations by providing functionalities such as effortless view file generation, controller setup, model creation, seamless validation file integration, automated migration file creation, and simplified route est
时间:2023-08-31 02:43
drewlabs/validation
Provides validation implementation using view model or array. It provides a wrapper arround laravel fluent validator factory class, but is attempt to be framework agnostic
时间:2023-05-21 15:34