laravel-model-migrations
by will2therich
Declare database migrations and factory definitions inside Laravel models.
laravel-eloquent-query-cache
by henriquex25
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-chart
A Laravel package that helps you to quickly create charts from database.
laravel-auditing
by wilianx7
Audit changes of your Eloquent models in Laravel/Lumen. Forked from owen-t/laravel-auditing.
laravel-eloquent-query-cache
by seblhaire
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-model-nanoid
by parables
This package allows you to easily work with NanoID in your Laravel models.
laravel-eloquent-query-cache
Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-tokenizer
by brunocfalcao
Laravel tokenizer - Token usage for web apps (create, burn, check, etc)
laravel-eloquent-query-cache
[UNOFFICIAL] Adding cache on your Laravel Eloquent queries' results is now a breeze.
laravel-defaultables
by brunocfalcao
Laravel defaultables - Option to have defaults on your eloquent attributes (eloquent.saving event)
laravel-scoped-mail-config
by lacodix
A package that enables user or tenant specific mail driver configuration.
laravel-global-or-scope
by lacodix
A Laravel package to add possibility to use global scopes with an or operation in Eloquent Models.
laravel-state-machine
by jobmetric
This package is for implementing the Eloquent State Machine of various Laravel projects.
laravel-statistics
by godscodes
Statistics is a lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
laravel-attributes
by godscodes
Attributes is a robust, intelligent, and integrated Entity-Attribute-Value model (EAV) implementation for Laravel Eloquent, with powerful underlying for managing entity attributes implicitly as relations with ease. It utilizes the power of Laravel Eloquent, with smooth and seamless integration.
laravel-repository
by sajadsdi
Advanced Tools to use repository pattern for laravel eloquent models.
laravel-friendships
This package gives Eloquent models the ability to manage their friendships.
laravel-auditing-elasticsearch
by siabit
A elasticsearch driver for the owen-it/laravel-auditing package. Allows storage of the audits in elasticsearch.
laravel-userstamps-for-backpack
by phpfour
Laravel Userstamps provides an Eloquent trait which automatically maintains `created_by` and `updated_by` columns on your model, populated by the currently authenticated user in your application. This forks make that work for Backpack for Laravel.
laravel-model-datatable-ssp
by ymigval
Extension designed to seamlessly integrate Laravel models with server-side DataTables. It provides a convenient and efficient way to fetch, transform, and display data from your Laravel models in DataTables.
laravel-excel
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-likeable
by elephantux
Trait for Laravel Eloquent models to allow easy implementation of a 'like' or 'favorite' or 'remember' feature.