mgalkina / openfoodfactssearchproducts-module
Openfoodfacts: Search Products
Package info
github.com/mgalkina/openfoodfactssearchproducts-module
Type:laravel-module
pkg:composer/mgalkina/openfoodfactssearchproducts-module
dev-main
2021-12-12 18:35 UTC
Requires
- php: >=8.0
This package is auto-updated.
Last update: 2026-03-13 05:11:45 UTC
README
Installation
Install:
Run commands:
cd [your laravel project]
composer require mgalkina/openfoodfactssearchproducts-module
php artisan module:migrate Openfoodfactssearchproducts
cd .\Modules\Openfoodfactssearchproducts\
npm install
npm run production
Enable the module:
php artisan module:enable Openfoodfactssearchproducts
Module page:
https://[your host name]/openfoodfactssearchproducts
Tests
Add to 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>
Run tests:
php artisan test
License
MIT