Libraries tagged by laravel store
juniora/laravel-translation-loader
1319 Downloads
Store your language lines in the database, yaml or other sources
ivanomatteo/laravel-scout-fulltext-engine
807 Downloads
A scout DB fulltext-based driver that store index data in related tables
ibrunotome/google2fa-laravel
11086 Downloads
The pragmarx/google2fa with cache store instead sessions
henrotaym/laravel-trustup-media-io-common
1744 Downloads
Used by trustup applications to store and retrieve media
henrotaym/laravel-trustup-media-io
1633 Downloads
Used by trustup applications to store and retrieve media
fhusquinet/laravel-model-json-options
4453 Downloads
Store options as JSON values easily on your models.
divineomega/laravel-last-activity
7760 Downloads
Stores the last activity time of users within your Laravel application
codepane/laravel-image-handler
239 Downloads
Optimize and store images in multiple sizes easily.
babaecip/laravel-windmill-queue
356 Downloads
Custom Laravel queue driver using Windmill protocol over HTTP. Stores jobs in MySQL. Consumer is triggered via HTTP listener (Windmill).
aon4o/laravel-translation-loader
444 Downloads
Store your language lines in the database, yaml or other sources
ajthinking/data-story
640 Downloads
A diagram workflow builder.
okipa/laravel-model-json-storage
1378 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
craftlogan/laravel-overflow
8040 Downloads
The Laravel Overflow package will allow adding an overflow column to a form request easily. Use this package to make it easy to store overflow request values in a JSON or Text column on a database table:)
jlorente/laravel-eloquent-splitted-dates-trait
5526 Downloads
A Laravel Trait for Eloquent Models to handle date fields that are stored both in the date field itself and in separate field components such as year, month, day, time, etc...
emadha/laravel-dynamic-config
1154 Downloads
This Package makes it possible for users to have their config files stored in a database table, making it easier to customize these values from UI.