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

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ composer.lock
.idea/
workbench
.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
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

View File

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