bushart / productmanagement
A simple modified Point of sale package
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
This package is auto-updated.
Last update: 2024-10-03 12:42:58 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 bushart/productmanagement
Config file
- Add the service provider to
app/config/app.php
bushart\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
- Migrate database table
php artisan migrate
Run Server
php artisan serve
or Laravel Homestead- Visit
localhost:8000/dashboard
in your browser afteruser authentication
.