mgalkina / openfoodfactssearchproducts-module
Openfoodfacts: 搜索产品
dev-main
2021-12-12 18:35 UTC
Requires
- php: >=8.0
This package is auto-updated.
Last update: 2024-09-13 01:12:55 UTC
README
安装
安装
运行命令
cd [your laravel project]
composer require mgalkina/openfoodfactssearchproducts-module
php artisan module:migrate Openfoodfactssearchproducts
cd .\Modules\Openfoodfactssearchproducts\
npm install
npm run production
启用模块
php artisan module:enable Openfoodfactssearchproducts
模块页面
https://[your host name]/openfoodfactssearchproducts
测试
添加到 phpunit.xml
<testsuite name="Feature"> <directory suffix="Test.php">./Modules/**/Tests/Feature</directory> </testsuite> <testsuite name="Unit"> <directory suffix="Test.php">./Modules/**/Tests/Unit</directory> </testsuite>
运行测试
php artisan test
许可证
MIT