tomatophp/tomato-pos
最新稳定版本:v1.0.14
Composer 安装命令:
composer require tomatophp/tomato-pos
包简介
Full POS system for tomato ordering and inventory
README 文档
README
Tomato pos
Full POS system for tomato ordering and inventory
big thanks for tailwind-pos for the tailwind POS Theme
Installation
composer require tomatophp/tomato-pos
after install your package please run this command
php artisan tomato-pos:install
Add Style
you need to add style.css to you app.css please on this file resources/css/app.css add this line after the imports
@import url('../../vendor/tomatophp/tomato-pos/resources/css/style.css');
Publish Assets
you can publish config file by use this command
php artisan vendor:publish --tag="tomato-pos-config"
you can publish views file by use this command
php artisan vendor:publish --tag="tomato-pos-views"
you can publish languages file by use this command
php artisan vendor:publish --tag="tomato-pos-lang"
you can publish migrations file by use this command
php artisan vendor:publish --tag="tomato-pos-migrations"
Support
you can join our discord server to get support TomatoPHP
Docs
you can check docs of this package on Docs
Changelog
Please see CHANGELOG for more information on what has changed recently.
Security
Please see SECURITY for more information about security.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 325
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-07
