tomatophp / tomato-pos
tomato 定位和库存的完整 POS 系统
v1.0.14
2024-04-29 14:12 UTC
Requires
- php: ^8.1|^8.2
- milon/barcode: ^10.0
- tomatophp/console-helpers: ^1.1
- tomatophp/tomato-branches: ^1.0
- tomatophp/tomato-category: ^1.1
- tomatophp/tomato-coupons: ^1.0
- tomatophp/tomato-crm: ^1.1
- tomatophp/tomato-ecommerce: ^1.0
- tomatophp/tomato-orders: ^1.0
- tomatophp/tomato-products: ^1.0
- tomatophp/tomato-wallet: ^1.0
README
Tomato pos
tomato 定位和库存的完整 POS 系统
非常感谢 tailwind-pos 为 tailwind POS 主题做出的贡献
安装
composer require tomatophp/tomato-pos
安装您的包后,请运行此命令
php artisan tomato-pos:install
添加样式
您需要在 resources/css/app.css
文件中添加 style.css 到您的 app.css,请在导入后添加此行
@import url('../../vendor/tomatophp/tomato-pos/resources/css/style.css');
发布资产
您可以通过使用此命令发布配置文件
php artisan vendor:publish --tag="tomato-pos-config"
您可以通过使用此命令发布视图文件
php artisan vendor:publish --tag="tomato-pos-views"
您可以通过使用此命令发布语言文件
php artisan vendor:publish --tag="tomato-pos-lang"
您可以通过使用此命令发布迁移文件
php artisan vendor:publish --tag="tomato-pos-migrations"
支持
您可以通过加入我们的 discord 服务器来获取支持 TomatoPHP
文档
您可以在 文档 中查看此包的文档
变更日志
请参阅 CHANGELOG 了解最近更改的更多信息。
安全
请参阅 SECURITY 了解有关安全性的更多信息。
鸣谢
许可证
MIT 许可证 (MIT)。有关更多信息,请参阅 许可证文件