saeedazizi/key-value-store

此包最新版本(1.3.1)没有可用的许可信息。

用于创建键值对象的 Key-Value-Store 工具

1.3.1 2015-10-10 14:07 UTC

This package is not auto-updated.

Last update: 2024-09-28 18:35:11 UTC


README

Build Status License

用于存储键值数据的包

配置

\Opilo\KeyValue\Providers\KeyValueStoreProvider::class 添加到 config/app.php 文件中。将 php artisan vendor:publish --tag=public --force 添加到 composer.json 文件的 scripts 部分的 post-install-cmdpost-update-cmd 部分。