Libraries tagged by laravel model audit
seedgabo/revisionable
10 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
poldiwa/revisionable
13 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
kangyasin/revisionable
9 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
exceedone/revisionable
8 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
edujugon/revisionable
8 Downloads
Keep a revision history for your models without thinking, created as a package for use with Laravel
braankoo/eloquent-snapshot
1 Downloads
Laravel Eloquent Snapshot is a lightweight package that enables automatic or manual snapshots of Eloquent model states. Ideal for audit trails, change tracking, or rollback functionality, this package stores historical records of model data in a flexible and efficient way.
mr-punyapal/laravel-extended-relationships
6364 Downloads
Package provides additional, more efficient relationship methods for Laravel Eloquent models.
jumbaeric/laragpt
4228 Downloads
Laravel chatgpt package, includes models listing and retrieving, completions prediction, chat completion from conversation, edits, images creation, image edit, image variations, audio translation and transcription.
sdavis1902/eloquent-vars
9818 Downloads
Add ability to save additional fields or Vars on a Laravel model without a specific db column for it
pharaonic/laravel-has-files
801 Downloads
Laravel - Model's files like Image, Picture, Cover, Video, Audio, file, ...etc.
thomasgenster/laragpt
1545 Downloads
Laravel chatgpt package, includes models listing and retrieving, completions prediction, chat completion from conversation, edits, images creation, image edit, image variations, audio translation and transcription.
touhidurabir/laravel-meta-fields
82 Downloads
A laravel package to handle model specific additional meta fields in an elegant way.
ahrmerd/laravel-test-generator
185 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
riesjart/relaquent
2320 Downloads
Extension of Laravel's Eloquent relationships: additional relationship types, query joins, pivot models, converters and helpers
moirei/media-library
474 Downloads
Manage media library with a directory system and associate files with Eloquent models.