Skip to content

The intention of this project is to create a simple web-based Point of Sale system using Laravel

Notifications You must be signed in to change notification settings

Lmarcho/pos-system

Repository files navigation

Point of Sale on PHP (LARVEL)

The intention of this project is to create simple web-based Point of Sale system using Laraval.

Requirements

Installation

Clone repository

$ git clone https://github.com/Lmarcho/pos-system.git

Rename the .env.example to .env and change setting accordingly.

Windows -> $ copy .env.example .env
  
Linux   -> $ cp .env.example .env

Run the Composer

$ composer install

Run the Npm

$ npm run dev 

Run the installation process

$ php artisan app:install

Run for the migrations

$ php artisan migrate

If something seem not right maybe try to dump-autoload and redo the process

$ composer dump-autoload

Features Suggestion

Fell free to add any feature suggestion by creating new Issues, and we can start discussing it

About

The intention of this project is to create a simple web-based Point of Sale system using Laravel

Topics

Resources

Stars

Watchers

Forks

Languages