Full POS system for tomato ordering and inventory
big thanks for tailwind-pos for the tailwind POS Theme
composer require tomatophp/tomato-posafter install your package please run this command
php artisan tomato-pos:installyou 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');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"you can join our discord server to get support TomatoPHP
you can check docs of this package on Docs
Please see CHANGELOG for more information on what has changed recently.
Please see SECURITY for more information about security.
The MIT License (MIT). Please see License File for more information.
