This commit is contained in:
a6a2f5842 2025-11-21 11:59:25 +01:00
parent d610cc5717
commit 756801f649
4 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View File

@ -4,4 +4,5 @@ vendor
composer.lock composer.lock
.idea/ .idea/
workbench workbench
.phpunit.result.cache .phpunit.result.cache
.phpunit.cache

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
# Laravel Shop Package # Laravel Shop Package
A comprehensive headless e-commerce package for Laravel with multi-currency support, stock management, Stripe integration, and product actions. A comprehensive headless e-commerce package for Laravel with stock management, Stripe integration, and product actions.
## Features ## Features

View File

@ -1,6 +1,6 @@
{ {
"name": "blax-software/laravel-shop", "name": "blax-software/laravel-shop",
"description": "A comprehensive e-commerce package for Laravel", "description": "A comprehensive headless e-commerce package for Laravel",
"type": "library", "type": "library",
"license": "MIT", "license": "MIT",
"autoload": { "autoload": {