adscomltd / larapack_cart_items
添加对购物车商品的支持
v0.0.3
2021-10-19 16:22 UTC
Requires
- illuminate/support: ~7|~8
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-09-22 18:30:59 UTC
README
这里应该放置你的描述。请查看 contributing.md 了解待办事项清单。
安装
通过 Composer
$ composer require adscomltd/larapack_cart_items
设置
- 发布路由
$ php artisan vendor:publish --provider="Adscom\LarapackCartItems\LarapackCartItemsServiceProvider" --tag="config"
- 从服务提供商注册路由
- 扩展 CartService 类并添加单例绑定实例
示例
$this->app->singleton(CartService::class, UserCartService::class);
用法
变更日志
请参阅 changelog 了解最近更改的详细信息。
测试
$ composer test
贡献
请参阅 contributing.md 了解详细信息及待办事项清单。
安全
如果您发现任何安全相关问题,请通过电子邮件 aamatevosyan@edu.hse.ru 联系,而不是使用问题跟踪器。
鸣谢
许可证
MIT。有关更多信息,请参阅 许可证文件。