vanilo / video
Vanilo Video Module
dev-master / 5.0.x-dev
2025-03-10 09:33 UTC
Requires
- php: ^8.3
- konekt/concord: ^1.15
- laravel/framework: ^10.48|^11.0|^12.0
Requires (Dev)
- orchestra/testbench: ^8.0|^9.0|^10.0
- phpunit/phpunit: ^10.0|^11.0
This package is auto-updated.
Last update: 2025-03-10 09:34:40 UTC
README
This is the standalone Taxes module from the Vanilo E-commerce framework
Installation
(As Standalone Component)
composer require vanilo/video
php artisan vendor:publish --provider="Konekt\Concord\ConcordServiceProvider"
- Add
Vanilo\Video\Providers\ModuleServiceProvider::class
to modules inconfig/concord.php
php artisan migrate
Usage
See the Vanilo Video Documentation for more details.