All Projects β†’ rslhdyt β†’ larapos

rslhdyt / larapos

Licence: other
Simple Point of Sale Applications build with laravel 5.3 and VueJs2

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Vue
7211 projects

Projects that are alternatives of or similar to larapos

boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (+160.94%)
Mutual labels:  laravel-application
simple-recaptcha-v3
πŸ€– This repository contains simple reCAPTCHA v3 integration for your Laravel application.
Stars: ✭ 25 (-60.94%)
Mutual labels:  laravel-application
opencore
OpenCore - Laravel for OpenCart
Stars: ✭ 42 (-34.37%)
Mutual labels:  laravel-application
docker-laravel-vuejs
🌟 🎯 πŸ“° Dockerized Blog + Forum + REST API + App using Laravel, Vue.js
Stars: ✭ 27 (-57.81%)
Mutual labels:  laravel-application
Laravel-Trik-Indonesia
Kumpulan trik laravel berbahasa indonesia
Stars: ✭ 74 (+15.63%)
Mutual labels:  laravel-application
tinyissue
Simple Issue Tracking for Teams
Stars: ✭ 49 (-23.44%)
Mutual labels:  laravel-application
LightPOS
Just a simple Point Of Sale app. [Mostly unfinished]
Stars: ✭ 26 (-59.37%)
Mutual labels:  pointofsale
laravel-crm
Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.
Stars: ✭ 927 (+1348.44%)
Mutual labels:  laravel-application
HFUT ChemLab
A Laravel application for HFUT Chemistry lab learning and exam system.
Stars: ✭ 65 (+1.56%)
Mutual labels:  laravel-application
content-management-system
Content management system for laravel developers'. It's easy to install and run.
Stars: ✭ 16 (-75%)
Mutual labels:  laravel-application
founder
Laravel starter application
Stars: ✭ 47 (-26.56%)
Mutual labels:  laravel-application
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (-14.06%)
Mutual labels:  laravel-application
december-2018-meetup
πŸ€– Build an API with LaravelΒ 5.7
Stars: ✭ 27 (-57.81%)
Mutual labels:  laravel-application
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (-31.25%)
Mutual labels:  laravel-application
laration
Simple package to see all current configurations being used by your Laravel application
Stars: ✭ 47 (-26.56%)
Mutual labels:  laravel-application
larapos
Laravel Point of sale with invoice full source code free download pos apps.
Stars: ✭ 38 (-40.62%)
Mutual labels:  pointofsale
rawphp
A powerful, robust and API-first, PHP framework that helps people from different PHP backgrounds work on the same project seamlessly. You can write Laravel, CakePHP, Slim, Symphone and Procedural PHP code inside it and it all works perfectly. Its the PHP Framework for everyone.
Stars: ✭ 31 (-51.56%)
Mutual labels:  laravel-application
clubi
A group-oriented social media platform written in Laravel and Vue
Stars: ✭ 29 (-54.69%)
Mutual labels:  laravel-application
laravel-api-example
πŸ’» Build an API with Laravel 5
Stars: ✭ 47 (-26.56%)
Mutual labels:  laravel-application
livewire-eshop
A sample Laravel shop built using LiveWire UI Framework and Paystack Checkout
Stars: ✭ 108 (+68.75%)
Mutual labels:  laravel-application

Build Status StyleCI

LaraPOS

Simple Point of Sale Aplications build with laravel 5.3 and VueJs

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisities

  • PHP >= 5.6
  • MySQL or Postgres
  • Nodejs

Installing

  1. Clone this repo

  2. Install dependency

    composer install
    
    npm install
    
  3. Setup Database

  4. Setup Aplications

Rename .env.example to .env and fill the environment variable.

Generate a new key for your local application

php artisan key:generate

Migrate the table to database

php artisan migrate

Install Laravel Passport

php artisan passport:install

Seed User data

php artisan db:seed

Seed Demo Data

php artisan db:seed --class=DemoDataSeeder

If you are making changes to JavaScript or Styles make sure you run gulp or gulp watch.

gulp

Running the tests

run

vendor/bin/phpunit

Todo

  • Some Awesome Stuff

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].