laravel-iso-countries
by arthurydalgo
Ready-to-use Laravel models and relations for country (ISO 3166), language (ISO 639-1), and currency (ISO 4217) information with multi-language support.
laravel-model-metadata
by waad
A robust Laravel package for handling metadata with JSON casting, custom relation names, and advanced querying capabilities.
laravel-querymonitor
by padosoft
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-trackable
by labrodev
Laravel package providing a reusable trait that automatically assigns a document number to Eloquent models upon creation.
laravel-numberable
by labrodev
Laravel package providing a reusable trait that automatically assigns a document number to Eloquent models upon creation.
laravel-cache-when-db
Register cache you want to clean when something happens in the database
laravel-models-generator
Generate Laravel models from an existing database
laravel-revisions
by minasm
An update for from neurony. Create multiple revisions of any Eloquent model record along with its underlying relationships
laravel-autonumber
by marjose123
A Fork from alfa6661/laravel-autonumber. Laravel package to create autonumber for Eloquent model
laravel-filter
by meius
A Laravel package for applying dynamic filters to Eloquent models based on request parameters.
laravel-firebase-sync
by rasyid46
Synchronize your Eloquent models with a Firebase realtime database.
laravel-ardent-mongodb
by malith124
Self-validating smart models for integration of Mongodb and Laravel 10's Eloquent ORM
neo4j-laravel-eloquent
Laravel wrapper for the Neo4j graph database REST interface
laravel-model-typescript-transfomer
by isgarrido
Generate Typescript definitions for your Eloquent models
laravel-model-typescript-transfomer
by nolanos
Generate Typescript definitions for your Eloquent models
laravel-resource-modifier
A Laravel package that intercepts and help you customize, remove or modify the meta data on your eloquent api resource response.
laravel-time-craft
by omaralalwi
Laravel Time Craft is a powerful package for handling date and time scopes in your Laravel applications. It provides a set of convenient traits and helper functions to simplify date and time operations.
laravel-south-african-id
by spoorsny
Validation rules and an Eloquent Model attribute cast to value object encapsulating a South African government-issued personal identification number, for Laravel.
laravel-friends-fork
by xeronerold
This package gives Eloquent models the ability to manage their friendships. Frok Xeroner
laravel-eloquent-query-cache
by epajarito
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-eloquent-query-cache
by dppublicity
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-uuidable
by labrodev
Laravel package providing a reusable trait that automatically assigns a UUID to Eloquent models upon creation.
laravel-excel
by sdiazsaez
This package provides a way to export an Eloquent collection as an excel file and to import a Excel file as an Eloquent collection.
laravel-auditing-filesystem
by oneseven9955
This filesystem driver, designed for the owen-it/laravel-auditing package, facilitates storing audits in CSV files across all Laravel disks that are registered.
laravel-auditing-elasticsearch-driver
by rajmundtoth0
An Elasticsearch driver for the owen-it/laravel-auditing package.
laravel-excel
by technofelia
This package provides a way to export an Eloquent collection as an excel file and to import a Excel file as an Eloquent collection.
laravel-model-migrations
by will2therich
Declare database migrations and factory definitions inside Laravel models.