saheed / availability-check
返回添加在每个服务中的条件下的可用产品
dev-master
2020-03-07 17:36 UTC
This package is auto-updated.
Last update: 2024-09-08 04:13:39 UTC
README
返回添加在每个服务中的条件下的可用产品
基本用法
现在我们可以通过3个服务来检查产品可用性。
- speed_greater_than - 这意味着,只有当产品速度大于'X'时,产品才会显示或列出
- color_not - 此服务有一个规则,检查产品颜色是否不是'X'
- price_less_than - 此服务提供对价格的检查或规则,例如,价格应该小于'X'
例如;
//Get api/products?speed_greater_than=500&color_not=black&price_less_than=100
安装
composer require saheed/availability-check
迁移数据库
php artisan migrate:fresh