文件名称:wallet:用于 PHP 应用程序的钱包
文件大小:30KB
文件格式:ZIP
更新时间:2024-06-22 05:57:55
PHP
钱包 钱包允许您为用户维护信用。 安装 要安装该软件包,请在 composer.json 中包含以下内容。 "owlgrin/wallet": "dev-master" 然后在您的 app.php 中包含以下服务提供者。 'Owlgrin\Wallet\WalletServiceProvider' 最后,发布配置。 php artisan config:publish owlgrin/wallet 用法 在您的工匠中编写此命令以创建迁移 php artisan wallet:table 现在将所有表迁移到您的 mysql 数据库 php artisan migrate 你可以通过写来启动钱包 Wallet::user($userId) 其中$userId是您用户的唯一 ID 学分 您可以添加用户的信用 Wallet::credits($credits, $redemp
【文件预览】:
wallet-master
----.gitignore(46B)
----README.md(2KB)
----public()
--------.gitkeep(0B)
----tests()
--------TransactionTest.php(2KB)
--------.gitkeep(0B)
--------BalanceTest.php(9KB)
--------CouponTest.php(4KB)
--------RedemptionTest.php(5KB)
--------Commands()
--------CreditTest.php(4KB)
--------TestCase.php(423B)
----phpunit.xml(582B)
----composer.json(508B)
----src()
--------stubs()
--------config()
--------Owlgrin()
--------lang()
----.travis.yml(197B)