Libraries tagged by storewid
lukasccb/laravel-ai-translations
39 Downloads
Scan, manage, and AI-translate __() strings stored in the database for Laravel applications.
log1x/acf-encrypted-password
280 Downloads
A simple ACF field to use in place of the default Password field to encrypt the password stored in the database using PHP 5.5's password_hash.
kreetancraft/laravel-payment-gateway
27 Downloads
Unified payment gateway for Laravel with Stripe and Himalayan Bank (2C2P PACO) support. Features encrypted database-stored credentials, provider manager, coupons, Livewire 4 + Flux UI.
knowzies-tech/localization
110 Downloads
Localization using labels stored in database and served using cache for performance
kirchdev/laravel-notification-delivery
25 Downloads
The layer Laravel's notifications leave out: stored notifications with read state, per-recipient channel preferences, and a gate chain that decides delivery before via() runs.
jlorente/laravel-eloquent-splitted-dates-trait
6054 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...
jeeven/log-viewer
20 Downloads
A fully customizable, framework-native log viewer for Laravel: Laravel logs, Apache/Nginx logs, custom app logs and database-stored logs (e.g. api_logs) in one dashboard.
internetrix/silverstripe-fluent-extra-table
144 Downloads
Extended silverstripe fluent module. Locales data are be stored in seperate tables.
hxm/laravel-database-email-template
8 Downloads
Flexible customization of email template content, with blade file format. content will be stored in database.
hananils/kirby-choices
22 Downloads
For any list field offering options in the blueprint, like select, multiselect or checkboxlist, Choices will load and return the readable text values for the keys stored in the content file. It works with static options directly set in the blueprint as well as dynamic ones loaded via query or api settings.
foxelabs/wp-flash-notices
1 Downloads
WordPress admin notices as flash notices, stored with the transient API so they render once after a page reload, with swappable storage and rendering drivers.
dynamic/silverstripe-classname-update-tasks
3163 Downloads
Module that updates legacy classnames stored in the database to FQN
brand3000/nova-roles-and-permissions
32 Downloads
This package allows separating roles for admins and other types of users while stored in the same users table. Additionally, it provides functionality for managing permissions (reader/editor) for the admins of a project powered by Laravel Nova.
benmanu/silverstripe-leafletfield
3358 Downloads
Provides a form field type allowing users to draw features on a map, the features are stored as geoJSON objects in a single database field
bbs-lab/nova-items-field
25 Downloads
A modern Laravel Nova field for managing a sortable list of scalar values (tags, emails, steps…) stored as JSON.