Libraries tagged by Config Storage
crcms/data-center
8 Downloads
A simple configuration center, constant pool storage scheduling center
twigger/laravel-settings
56 Downloads
Settings for Laravel
koshatul/vault
1122 Downloads
Koshatul Vault Config Storage
sagar-s-bhedodkar/laravel-dev-snapshot
6 Downloads
Dev environment snapshot and restore for Laravel (DB + storage + config + env)
lmammino/guzzle-apcu-fs-cache
29 Downloads
A zero config cache storage for guzzle-cache-middleware that tries to cache on Apcu and fallbacks to filesystem
html2img/html2img-laravel
1 Downloads
Official Laravel integration for the html2img HTML-to-image API: a facade, config and Storage helpers around the html2img PHP SDK.
pcual-mac/image-basekit-cli
0 Downloads
Small CLI app that handles image storage to be used as part of a wider application. You can assume actual capture of the image happens elsewhere in the wider application and the local path to an image can simply be passed as input to the CLI app. The app should perform basic validation on the image and allow it’s storage, retrieval and deletion on the file system. Note whilst only file system storage is required in this test the module should be written in such a way that makes it easy to plug in future required storage methods eg S3, FTP etc using just a config change along with the new storage class.