mediawebid/product-catalog is a Laravel package for product catalog with categories.
It currently has 0 GitHub stars and 0 downloads on Packagist.
Install it with composer require mediawebid/product-catalog.
Discover more Laravel packages by mediawebid
or browse all Laravel packages to compare alternatives.
Last updated
Laravel - Inertia - Vue3
You can install the package via composer:
composer require mediawebid/product-catalog
You can publish and run the migrations with:
php artisan vendor:publish --tag="product-catalog-migrations"
php artisan migrate
or
php artisan migrate --path=vendor/mediawebid/product-catalog/database/migrations
Publish the Inertia Views
php artisan vendor:publish --tag=product-catalog-assets --force
$productCatalog = new MediaWebId\ProductCatalog();
echo $productCatalog->echoPhrase('Hello, MediaWebId!');
composer test
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.