laravel-taxonomies
by botdigit
Simple, nestable Terms & Taxonomies (similar to WordPress) for Laravel ^ 7.0
laravel-extensions
by parraweb
Laravel Extensions package is a package with functions that optimize code.
laravel-sortable
by raditzfarhan
Just a simple sortable behaviour for your Laravel and Lumen eloquent model.
laravel-mongodb-embedded-models
by mistersaal
A more productive and simpler solution for embedding models in mongodb models than custom casts in Laravel.
laravel-helpers
by hayrullah
Helper functions use to upload files and delete, force delete, restore global functions.
laravel-model-ssh-encryptable
by arzeroid
A simple trait to encrypt attributes using public key before saving to the database and to decrypt attributes using private key before using their values
laravel-computed-attributes
by korridor
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
laravel-model-encryptable
by arzeroid
A simple trait to encrypt attributes before saving to the database and to decrypt attributes before using their values
tdbm-laravel
A Laravel service provider package to help you get started with TDBM in Laravel.
laravel-model-encryption
by rpsimao
A trait to encrypt data models in Laravel, automatically encrypt and decrypt model data overriding getAttribute an setAttribute methods of Eloquent Model.
laravel-meta
by dhcmega
Fork from kodeine/laravel-meta. Fluent Meta Data for Eloquent Models, as if it is a property on your model.
laravel-model-validation-rules
by korridor
A laravel validation rule that uses eloquent to validate if a model exists
laravel-migration-vise-versa
by yevhenii
Package for Laravel. This package adds possibility to create migration and model from an existing table
laravel-metable
by ewereka
Fluent metadata for Eloquent Models, as if it is a property on your model.
laravel-revisionable
Keep a revision history for your models without thinking, created as a package for use with Laravel
attributes
Rinvex 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-job-models
by repat
Eloquent Models for the tables job and job_fails as created by artisan queue:table and queue:failed-table