Libraries tagged by laravel-models
raza9798/core-modules
20 Downloads
core-module is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.
payamjafari/laravel-db-encrypter
132 Downloads
Provides database model attribute encryption/decryption
lolaji/laravel-controller-trait
54 Downloads
A reuseable controller trait for laravel controller
chapdel/settings
192 Downloads
Model Settings for your Laravel app
architools/laravel-sieve
9 Downloads
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.
wkjagt/searchable
52 Downloads
Make Laravel models instantly searchable, and automatically indexed using Elastic Search.
wizardingcode/laravel-mcp-server
0 Downloads
Laravel Model Context Protocol (MCP) server implementation
windawake/laravelremodel
32 Downloads
Create remote driver to convert remote api request into laravel model.
vanacode/resource
28 Downloads
Additions for laravel model
vanacode/model
65 Downloads
Additions for laravel model
touhidurabir/laravel-filterable
27 Downloads
A package to filter laravel model based on query params or retrieved model collection
torann/laravel-hunt
374 Downloads
Unified search for Laravel models using Elasticsearch.
suhk/datafinder-laravel
4 Downloads
This is a package to implement search and filters on the backend level using DataTables and Laravel Models. The best part of this package is the ability to search across multiple tables and rows in a single request (ajax), with or without using joins.
submtd/laravel-uuid
904 Downloads
Adds HasUuid trait for Laravel models
stingraydevelopment/revisionable
52 Downloads
This package tracks changes to Laravel models.