sailwork / commerce
Sailwork Commerce Package for Laravel
dev-main
2021-05-09 17:33 UTC
Requires
- php: ^8.0
- lorisleiva/laravel-actions: ^2.1
- rebing/graphql-laravel: ^7.2
Requires (Dev)
- brianium/paratest: ^6.2
- nunomaduro/collision: ^5.3
- orchestra/testbench: ^6.15
- phpunit/phpunit: ^9.3
- vimeo/psalm: ^4.4
This package is auto-updated.
Last update: 2025-02-14 01:11:05 UTC
README
Document
Please read document in here: Document
Installation
You can install the package via composer:
composer require sailwork/commerce
You can publish and run the migrations with:
php artisan vendor:publish --provider="Sailwork\Commerce\CommerceServiceProvider" --tag="commerce-migrations" php artisan migrate
You can publish the config file with:
php artisan vendor:publish --provider="Sailwork\Commerce\CommerceServiceProvider" --tag="commerce-config"
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.