Easy POS and Restaurant Solution

Getting Started

Welcome

Easy POS and Restaurant Solution is an online orders for restaurant and Point of Sale web app. Easy POS and Restaurant Solution has a user friendly interface that everyone can use easily. EasyEstate is based on Laravel5.4 PHP framework, Laravel is a free, open-source and most popular PHP web framework. It was designed with bootstrap 3 and 100 % responsive.

Demos

  • Forntend
  • Backend
  • Admin Login : Username : admin@example.com , Password : 12345678
  • Sale Manager Login : Username : sales@manager.com , Password : 12345678

Features

  • Point of Sale
  • Online Orders
  • Print receipt for customer/kitchen
  • Easy Installation
  • Bootstrap Based fully responsive
  • Design for any device
  • User management
  • Clean code and PHP Laraval
  • Cross browser support
  • Backup system for database backup
  • Powerful Admin Panel
  • Unlimited products
  • Products can be updated at anytime
  • Custom website
  • Image Cropping

Installation

  • Unzip the main zip file to your public_html folder
  • Give 777 permission to storage/ and bootstrap folder
  • Create database in phpmyadmin and import DB/database.sql file from DB folder (db.sql)
  • Set Database in .env file
  • also set 777 recursive permission to storage,bootstrap and 'uploads' folders
  • Site is ready

Database Settings

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



SMTP Setting

  • open .env file
		MAIL_DRIVER=smtp
		MAIL_HOST=ssl://smtp.gmail.com
		MAIL_PORT=465
		MAIL_USERNAME=example@gmail.com
		MAIL_PASSWORD=Password
		MAIL_ENCRYPTION=null
	  

Settings

  • General Settings (Title, Phone, Email etc)
  • Homepage Settings
  • Sliders
  • Pages

Homepage Settings

  • Homepage Settings (Titles and categories)
  • Sliders on homepage
  • Pages content
  • Menu Management is not in working condition yet

Getting Problem on File upload

  • give 777 permission to 'uploads' folder (Linux User )
  • give 777 permission to upload folder (Shared hosting Users )
  • Give 777 permission to all
  • Problem Solved

About Author