Skip to content

Hartanto119/DCSLab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

477 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ERP System

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PHP 56.0%
  • Vue 29.5%
  • CSS 5.6%
  • JavaScript 3.7%
  • Blade 3.6%
  • SCSS 1.5%
  • Shell 0.1%