waqar / productmanagement
一个简单的修改后的销售点软件包
1.0
2023-05-12 14:50 UTC
This package is auto-updated.
Last update: 2024-09-12 17:30:29 UTC
README
产品管理
此项目是在录制视频 "使用Laravel创建产品管理系统" 时创建的
安装包
通过执行以下命令将包添加到您的 composer.json 中。
composer require waqar/productmanagement
配置文件
- 将服务提供者添加到
app/config/app.php
waqar\productmanagement\ProductManagementServiceProvider::class,
配置
发布配置文件
Laravel 8.*
php artisan vendor:publish --tag=config
命令
请在该项目的终端中运行以下命令以生成所有资源。
php artisan productmanagement:admin
数据库
- 迁移数据库表
php artisan migrate
运行服务器
php artisan serve
或 Laravel Homestead- 在浏览器中访问
localhost:8000/dashboard
后进行用户认证
。