/laravel-minimarket

Free & open-source minimarket software with laravel framework , bootstrap 3 (Admin LTE), JQuery and MySQL Database.

Primary LanguagePHP

View Screenshot Here

About Laravel Mini Market

Laravel Mini Market is an open source web based point of sales system built on Laravel 5.5, with a community support. It's focused on user experience, and offers precise control for designers and developers.

Features

  • Dashboard
  • Bank
  • Customer
  • Stakeholder
  • Suppliers
  • Product Stock
  • Product Category
  • Product Brand
  • Product Group
  • Sales
  • Purchase Order
  • Fee Cost
  • Reporting
  • Audit Trail
  • User ,Role and Permission

System Requirements

  • MySQL 5.7 or higher
  • PHP 5.6 or 7.x
  • Modern Web Browser
  • Git Bash
  • Composer 1.x

Getting started

Laravel Mini Market works with Laravel 5, on any platform.

To get started with Laravel Mini Market, run the following in a virtual environment:

git clone https://github.com/sandyandryantoo/laravel-minimarket.git
cd laravel-minimarket
composer update
cp .env.example .env 

please set up you database and application environment in file .env

php artisan config:cache
php artisan config:clear
php artisan cache:clear
php artisan key:generate
php artisan jwt:secret
php artisan db:seed
php artisan serve
Then open your browser with http://localhost:8000/
if you want to run different port 
try using php artisan serve --port=[PORT_NUMBER] 
example php artisan serve --port=4567

Security

I am take the security of laravel mini market, and related packages we maintain, seriously. If you have found a security issue with any of my projects please email at sandyandryanto@gmail.com so I can work to find and patch the issue. We appreciate responsible disclosure with any security related issues, so please contact us first before creating a Github issue.