laravel-searchable
by soraspire
A Laravel package that provides a flexible Searchable trait with support for custom operators (like, regex, soundex, fulltext, etc.)
laravel-couchdb-eloquent
by toolman
CouchDB Eloquent ORM for Laravel - Provides Eloquent-like interface for CouchDB operations
laravel-api-model-client
by m-tech-stack
A powerful Laravel package that enables Eloquent-like models to interact seamlessly with external APIs instead of a local database
laravel-postgresql-encrypted-model
by toolman
A Laravel trait for handling encrypted data in PostgreSQL with configurable encryption algorithms, modes, and comprehensive query methods
laravel-draftable
by grazulex
Add drafts, versioning, and publication workflow to any Eloquent model — ideal for content editing, previews, and rollback.
laravel-modelschema
by grazulex
Generate and manage Laravel model schemas with automatic validation, documentation, and migration helpers for better data structure management.
laravel-searchable-trait
A powerful, flexible search trait for Laravel Eloquent models with support for relation searches, custom column selection, and configurable table mappings.
laravel-model-preferences
by hosmelq
Per-model preferences for Laravel with defaults and validation.
laravel-snapshot
by grazulex
A powerful Laravel package for tracking, storing and comparing snapshots of your Eloquent models — cleanly and safely.
laravel-autoscema
by arnaldo-tomo
Automatically generate TypeScript types and validation schemas from Laravel Models with zero configuration
laravel-crud-generator
by ashique-ar
A powerful, configuration-driven CRUD API generator for Laravel with advanced features including permissions, filtering, sorting, bulk operations, and custom logic handlers.
laravel-value-objects
A base package for creating value objects in Laravel, with Artisan command and generic Eloquent cast.
laravel-querymonitor
by juniora
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.
laravel-model-nanoid
by emeraldhost
This package allows you to easily work with NanoID in your Laravel models.
laravel-translatable
by labrodev
Laravel package providing a reusable trait for multilingual search in Eloquent JSON fields.
laravel-hashtags
by zeynallow
Laravel package for hashtag and mention analysis, management and rendering.
laravel-attribute-model-casting
by kontoulis
A Laravel package enabling the use of native PHP attributes for defining and managing Eloquent model attribute casts.
laravel-removable-global-scopes
by kesoji
Dynamically remove global scopes from Eloquent models in Laravel
laravel-reactions
Implement reactions (like, dislike, love, emotion etc) on Laravel Eloquent models.
laravel-query-cache
by juzaweb
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-sieve
by architools
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
laravel-userstamps
Automatically track the user who created, updated, or deleted Eloquent models in Laravel, with database macros and model traits.
laravel-permission-model-attributes
by curly-deni
Add permission-aware attributes and static checks to Eloquent models using Laravel's authorization policies.
laravel-permission-controller
by curly-deni
A Laravel package that observes model events and automatically enforces create, update, and delete permissions based on policies.
laravel-scopes
by curly-deni
A set of reusable Eloquent global scopes for controlling model visibility based on user ownership and public/private status, designed for seamless integration with Laravel authorization policies.
laravel-categorizable
Implementing Nested-structure Hierarchy Categories system for Eloquent models.
laravel-snap
by dvarilek
A Laravel package for capturing and persisting the state of Eloquent models along with their relationships.
laravel-typescript
Generate TypeScript interfaces/definitions from Eloquent models
laravel-sync-tracker
A Laravel package for tracking entity synchronization status between systems