Releases: tutacare/tutapos
Releases · tutacare/tutapos
TutaPOS v0.8-alpha
TUTA Point of Sale v0.8-alpha
Using Laravel 5.1
Installation
- Download and extract tutapos-v.0.8-alpha
- change directory: cd tutapos-v.0.8-alpha/
- Install Laravel: composer install --prefer-dist
- Change your database settings in config/database.php
- Migrate your database: php artisan migrate
- Seed your database: php artisan db:seed
- View your application in browser
Login using:
- email: admin@tuta.pos
- password: admin
See Demo: http://tutapos.mytuta.com
TutaPOS v0.7-alpha
TUTA Point of Sale v0.7-alpha
Installation
- Download and extract tutapos-v.0.7-alpha
- change directory: cd tutapos-v.0.7-alpha/
- Install Laravel: composer install --prefer-dist
- Change your database settings in config/database.php
- Migrate your database: php artisan migrate
- Seed your database: php artisan db:seed
- View your application in browser
Login using:
- email: admin@tuta.pos
- password: admin
See Demo: http://tutapos.mytuta.com