Software sistem manajemen restoran dan POS
Created using Yii2 Framework
Using MariaDB as Database
Run composer update first
Create file generate/backend/config/params-local.php
, then add this
<?php
return [
'database' => [
'user' => 'this-is-username-of-your-database',
'password' => 'this-is-password-of-your-database'
]
];
Create file template/engine/common/config/bootstrap-local.php
, and add this
<?php
Yii::setAlias('@rootUrl', '/this-is-your-root-url/restotech-standard-version/app/<generatedId>');
Connect to address http://your-site/generate/backend/web
for generating new restaurant`
username: T001 password: 123456
Contact
Any question/support please contact me meriz.rizal@gmail.com