khoirulh1610 / DCSLab

DCSLab - Laravel Always Updated POS (Point of Sales) System

Home Page:https://dcslab.duckdns.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DCSLab

Doctor Computer SG Lab

This project is inspired by the desire to create an up to date web app boilerplate and keep evolving.

A web application focusing on the usage of the most popular framework, handpicked with consideration. To meet the everyday programming/coding obstacle and giving the best solution that we can find.
Sometimes google/stackoverflow searching is enough to satisfied our curiosity, but complex issue such as inter-related components, multi vendors applications problems, hardware software compatibility, bad/slow performances of projects, is something that you can only face it if you do a real projects.

This project is to 'simulate' the everyday production worthy of obstacles. Interested? let discuss it together here

Features

  • Role Based System
  • Internal Messaging System
  • Auditing Tools
  • Multi language
  • Single Page Application
  • Secure Coding Paradigm
  • and more...

Minimal Requirement

Installation

Clone Repository

$ git clone https://github.com/GitzJoey/DCSLab.git DCSLab

Create .env file

$ copy .env.example .env

Fill the required config in .env file

eg database config:

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_USERNAME=root
DB_PASSWORD=

Run the installation scripts

$ php artisan app:install

Updates

Upon available updates, pull the project to the latest

$ git pull

Recompile

$ php artisan app:helper
<choose option 1>

Change Logs

Full change logs can be found here

Treat Us Coffee

If you think this open source project usefull

Buy Me A Coffee

About

DCSLab - Laravel Always Updated POS (Point of Sales) System

https://dcslab.duckdns.org


Languages

Language:PHP 58.9%Language:Vue 32.5%Language:Blade 8.4%Language:Shell 0.1%