Skip to content

zuramai/laravel-vue-pos

Repository files navigation

laravel-vue-pos

A Point Of Sale Web Application Made With Laravel + VueJS2

Installation

Use the package manager (composer and npm) for installing

  1. Do the following commands for installing
git clone https://github.com/zuramai/laravel-vue-pos.git
cd laravel-vue-pos
composer install
npm install
copy .env.example .env
php artisan key:generate
  1. Create a database and import laravel_pos.sql
  2. Setting database name, username, and password in your .env file
  3. Do the following instructions if you're done setting database in .env
php artisan jwt:secret
php artisan config:cache

To run the application

php artisan serve
npm run serve

Account Demo

  1. Username: admin Password: admin

  2. Username: kasir Password: kasir

License

MIT

About

A Point Of Sale Web Application Made With Laravel + VueJS2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published