milestone / smartkitchen
Smart Kitchen - KOT
Installs: 215
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 5
Language:Vue
Type:laravel-package
Requires
- doctrine/dbal: ^2.12
- guzzlehttp/guzzle: ^7.0.1
- hisorange/browser-detect: ^4.5
- mike42/escpos-php: ^3.0
- spatie/laravel-medialibrary: ^9.0.0
- tymon/jwt-auth: ^2.0
- dev-master
- 1.9.66
- 1.9.65
- 1.9.63
- 1.9.62
- 1.9.61
- 1.9.60
- 1.9.51
- 1.9.50
- 1.9.49
- 1.9.48
- 1.9.47
- 1.9.46
- 1.9.45
- 1.9.44
- 1.9.43
- 1.9.42
- 1.9.41
- 1.9.40
- 1.9.32
- 1.9.31
- 1.9.30
- 1.9.24
- 1.9.23
- 1.9.22
- 1.9.21
- 1.9.20
- 1.9.19
- 1.9.18
- 1.9.17
- 1.9.16
- 1.9.15
- 1.9.14
- 1.9.13
- 1.9.12
- 1.9.11
- 1.9.10
- 1.9.9
- 1.9.8
- 1.9.7
- 1.9.6
- 1.9.5
- 1.9.4
- 1.9.3
- 1.9.2
- 1.9.1
- 1.9.0
- 1.8.31
- 1.8.18
- 1.8.2
- 1.8.1
- 1.8.0
- 1.7.0
- 1.6.14
- 1.6.13
- 1.6.12
- 1.6.11
- 1.6.10
- 1.6.9
- 1.6.9-beta-10
- 1.6.9-beta-6
- 1.6.9-beta-5
- 1.6.9-beta-3
- 1.6.9-beta-2
- 1.6.9-beta-1
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.4-beta-6
- 1.6.4-beta-4
- 1.6.4-beta-3
- 1.6.4-beta-2
- 1.6.4-beta-1
- 1.6.3
- 1.6.2
- 1.6.1
- 1.5.19.1
- 1.5.19
- 1.5.18
- 1.5.18.beta2
- 1.5.18.beta1
- 1.5.17
- 1.5.16
- 1.5.15
- 1.5.14
- 1.5.13
- 1.5.12
- 1.5.11
- 1.5.1
- 1.5.0
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2025-03-08 11:24:30 UTC
README
- Install laravel
- cd project
- composer require milestone/smartkitchen
- update
APP_URL
in env file - set db params in env file
- make email field length to 64 of users,password_resets in base migration
- make uuid field length to 191 of failed_jobs in base migration
- php artisan
vendor:publish
- set config > sk.php > domain properly
- set config > sk.php > time zone
- modify other setting in
sk.php
if necessary - php artisan migrate
- php artisan jwt:secret
- add line
MEDIA_DISK=media
to .env file - comment every routes in web.php
Subscription
Device
get the serial key of device, add branch at milestoneit.net
Cloud & PC
set a web serial in milestoneit.net and give the same at config > sk.php > web_serial = SERIAL
By default a login is created for admin. Pin: 0000, Login: admin, Password: password
it is requested to add company name and location in settings
Configuration
- set printers
SMS Gateway
This should be enabled in subscription. Once this enabled, admin portal will have menu for creating templates. More details are mentioned in sms doc