Skip to content

Stock management system example using laravel 5.5, JS and bootstrap

Notifications You must be signed in to change notification settings

sangit0/Stock-Management

Repository files navigation

Stock-Management

This is a demo of stock management system.

Techstack

  • Laravel 5.5
  • JS
  • Laravel Mix
  • Bootstrap
  • webpack
  • node Modules

Features

  • Stock Adding
  • Stock Manage / Edit / Add stock to old invoice
  • PDF Generate
  • Supplier Management
  • Supplier Payment Module
  • Settings for brand and style/Product Category Manage
  • Payment method Module

Run

Copy .env.example to .env and setup your Database information.

# Composer install
composer install

# Laravel init
php artisan key:generate
php artisan migrate
php artisan db:seed

# serve at localhost:8000
php artisan serve

# serve with hot reload at localhost:3000
npm run watch

Screenshot

alt text alt text alt text alt text alt text alt text alt text alt text alt text

About

Stock management system example using laravel 5.5, JS and bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published