waqar/productmanagement

A simple modified Point of sale package

1.0 2023-05-12 14:50 UTC

This package is auto-updated.

Last update: 2024-09-12 17:30:29 UTC


README

Product Management

The project was created while recording video "Create Product Management System Using Laravel"

Installation package

Add the package in your composer.json by executing the command.

composer require waqar/productmanagement

Config file

  1. Add the service provider to app/config/app.php
waqar\productmanagement\ProductManagementServiceProvider::class,

Configuration

Publish configuration files

Laravel 8.*

php artisan vendor:publish --tag=config

Command

Please run the below command in the project terminal to Generate the entire resource

php artisan productmanagement:admin

Database

  1. Migrate database table php artisan migrate

Run Server

  1. php artisan serve or Laravel Homestead
  2. Visit localhost:8000/dashboard in your browser after user authentication.