laravel-subscription
by chelsymooy
chelsymooy Subscriptions designed for recurring subscription plan.
laravel-tail-db
by muhdfaiz
Provide artisan command to monitor realtime database query executed from the application. Able to automatically run explain command for each of query received.
laravel-database-encryption
by hthang369
A package for automatically encrypting and decrypting Eloquent attributes in Laravel 5.5+, based on configuration settings.
laravel-attributes
by suppercup
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-subby
by bpuig
Laravel Subby is a flexible plans and subscription management system for Laravel.
laravel-subscriptions
by elsayed85
Rinvex Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
laravel-database-mock
by mpyw
Database Mocking Library which mocks PDO underlying Laravel Connection classes
laravel-transaction-proxy
by astrotomic
This package provides a trait and class to call methods in a database transaction.
laravel-database-autodoc
by yhirano55
Generate the database document automatically after migrate command.
laravel-json-seeder
by lucaciotti
Create and use JSON files to seed your database in your Laravel applications
laravel-json-seeder
by timokoerber
Create and use JSON files to seed your database in your Laravel applications
laravel-subscription-system
by antanas
Rinvex Subscriptions is a flexible plans and subscription management system for Laravel, with the required tools to run your SAAS like services efficiently. It's simple architecture, accompanied by powerful underlying to afford solid platform for your business.
simple-laravel-eloquent-uuid
by kadevland
A simple Trait provides the ability to use UUID generator in your Eloquent models
laravel-database-seed-trait
by mrbenosborne
Seed a database within Laravel tests just by using a trait.
micro-laravel-mysql-driver
by coppolafab
A minimal extension of Laravel default behaviour to minimize interactions after connection towards a MySql Server
laravel-mongodb-embedded-models
by mistersaal
A more productive and simpler solution for embedding models in mongodb models than custom casts in Laravel.
laravel-query-factory
by cydrickn
Query Factory use for easily mock your query builder without sending query from real database
laravel-with-db-transactions
by waska14
Use middleware globally for all routes to put every controller in database transaction
laravel-adminer
by lukeme
Adminer database management tool for your Laravel application. modify by luke
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