Libraries tagged by laravel store
scriptingbeating/laravel-global-settings
3 Downloads
It stores all your laravel settings in database and provides a simple api to work with those settings. It also type cast your values into the specified format.
samaphp/laravel-key-value
5 Downloads
Key/value store collection for Laravel
michielkempen/laravel-uuid-model
15661 Downloads
Laravel base model that stores a UUID in the database rather than an incremental unsigned integer.
ferdiunal/laravel-cache-couchdb
0 Downloads
This package provides a cache store implementation for Laravel that uses a CouchDB database to store cached items. It supports both the default and tagged cache functionality of Laravel.
antriver/laravel-database-session-auth
49 Downloads
Laravel auth guard that stores a session token in the database.
cminor-io/laravel-on-broadway-eventstore
27 Downloads
A Broadway event store implementation using Laravel DB connector.
wearepixel/laravel-model-objects
63 Downloads
A package to easily serialize a Laravel model to be stored in a database for disconnected model access.
svenk/laravel-base64-images
1 Downloads
Simply store base64 images in laravel
plutuss/gif-creator-laravel
7 Downloads
Laravel GIF animation package - a wrapper for sybio/gif-creator. Easily create, manipulate, and store animated GIFs using Laravel storage and facades.
madhurasri/laravel-activitylog-mongodb
375 Downloads
This is an extended version of the popular spatie/laravel-activitylog package designed to store data in MongoDB databases.
l0max/laravel-activity-log
1 Downloads
A Laravel package to log and store user activities across the application
kargnas/alternative-laravel-cache
4658 Downloads
Replacements for Laravel's redis and file cache stores that properly implement tagging idea. Powered by cache pool implementations provided by http://www.php-cache.com/
jmztaylor/laravel-sent-emails
475 Downloads
Store outgoing emails in Laravel
ideil/laravel-generic-file
2124 Downloads
Easy uploaded files store management for the Laravel.
aqamarine/laravel-query-cache
44 Downloads
Based on 'miradnan/laravel-model-caching' package which stores cache for database query and automatically cleans it after Creating or Updating Laravel model.