LaravelPackages.net
Acme Inc.
Toggle sidebar
mediawebid/product-catalog

Product Catalog With Categories

0
0
About mediawebid/product-catalog

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

Product Catalog With Categories

Laravel - Inertia - Vue3

Support us

Installation

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

Usage

$productCatalog = new MediaWebId\ProductCatalog();
echo $productCatalog->echoPhrase('Hello, MediaWebId!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments