All Projects → G4brym → Laravel Restaurant Pos

G4brym / Laravel Restaurant Pos

Restaurant POS

Projects that are alternatives of or similar to Laravel Restaurant Pos

Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (+751.85%)
Mutual labels:  laravel, laravel-framework, laravel5
Learn Laravel
Laravel 学习资料和开源项目集
Stars: ✭ 229 (+748.15%)
Mutual labels:  laravel, laravel-framework, laravel5
Laravel Video Chat
Laravel Video Chat using Socket.IO and WebRTC
Stars: ✭ 646 (+2292.59%)
Mutual labels:  laravel, socket-io
Lang
List of 78 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream , Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova and Laravel Spark.
Stars: ✭ 6,285 (+23177.78%)
Mutual labels:  laravel, laravel5
Twitter
Twitter API for Laravel 5.5+, 6.x, 7.x & 8.x
Stars: ✭ 755 (+2696.3%)
Mutual labels:  laravel, laravel5
Fullycms
Fully CMS - Multi Language Content Management System - Laravel
Stars: ✭ 465 (+1622.22%)
Mutual labels:  laravel, laravel5
Snooze
A package to simplify automating future notifications and reminders in Laravel
Stars: ✭ 515 (+1807.41%)
Mutual labels:  laravel, laravel-framework
Laravel User Verification
PHP package built for Laravel 5.* to easily handle a user email verification and validate the email
Stars: ✭ 755 (+2696.3%)
Mutual labels:  laravel, laravel5
Crater
Open Source Invoicing Solution for Individuals & Businesses
Stars: ✭ 4,897 (+18037.04%)
Mutual labels:  laravel, laravel-framework
Laravel Event Broadcast
Laravel event broadcasting with Node.js, Redis & Socket.io
Stars: ✭ 5 (-81.48%)
Mutual labels:  laravel, socket-io
Laravel Widgetize
A minimal package to help you make your laravel application cleaner and faster.
Stars: ✭ 791 (+2829.63%)
Mutual labels:  laravel, laravel5
Laravel Stager
Laravel Stager State Machine, Its purpose is to add state machine functionality to models
Stars: ✭ 16 (-40.74%)
Mutual labels:  laravel, laravel-framework
Framework
The truly Laravel E-commerce Framework
Stars: ✭ 456 (+1588.89%)
Mutual labels:  laravel, laravel5
Laravel Google Cloud Storage
A Google Cloud Storage filesystem for Laravel
Stars: ✭ 415 (+1437.04%)
Mutual labels:  laravel, laravel5
Laracms
LaraCMS 是在学习 laravel ( web 开发实战进阶 + 实战构架 API 服务器) 过程中产生的一个业余作品,试图通过简单的方式,快速构建一套基本的企业站同时保留很灵活的扩展能力和优雅的代码方式,当然这些都得益Laravel的优秀设计。同时LaraCMS 也是一个学习Laravel 不错的参考示例。
Stars: ✭ 588 (+2077.78%)
Mutual labels:  laravel, laravel5
Laravel Blade
This package adds syntax definitions for the Laravel Blade engine.
Stars: ✭ 395 (+1362.96%)
Mutual labels:  laravel, laravel5
Laravel Open Source Projects
A Web Artisan list of categorized OPEN SOURCE PROJECTS built with Laravel PHP Framework.
Stars: ✭ 676 (+2403.7%)
Mutual labels:  laravel, laravel-framework
Barryvanveen
📰 Personal blog of Barry van Veen. Focuses on Laravel Framework, website optimization and natural computing.
Stars: ✭ 24 (-11.11%)
Mutual labels:  laravel, laravel5
Ulearn
ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9
Stars: ✭ 368 (+1262.96%)
Mutual labels:  laravel, laravel-framework
Coastercms
The repository for Coaster CMS (coastercms.org), a full featured, Laravel based Content Management System
Stars: ✭ 380 (+1307.41%)
Mutual labels:  laravel, laravel5

Restaurant POS

This was a school project, with the objective of connecting the tasks of a waiter, cooker, cashier and manager from a restaurant into a single system. Live refresh is provided through sockets throughout the entire app.

Tecnologies used

  • Laravel (API backend)
  • VueJS (Frontend)
  • Sockets (responsible for live refreshes)
  • Docker (Deployment)

Docker

In order to run with Docker, you may run with the current files and add the environment variables yourself, or you may edit the file .env.prod with your own values.

Install DB

  • php artisan migrate
  • php artisan db:seed
  • php artisan passport:install

Demo

Waiter Waiter

Cooker Cooker

Cashier Cashier

Manager

Restaurant Performance Restaurant Performance

Meals Meals

Users Users

Menu Items Menu Items

Developers

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].