# 产品供应链管理系统 **Repository Path**: iiccn/charmista ## Basic Information - **Project Name**: 产品供应链管理系统 - **Description**: No description available - **Primary Language**: PHP - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-10 - **Last Updated**: 2025-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 产品供应链管理系统 ## 安装 - PHP 8.0+ - Postgres 17 ``` composer install cp .env.example .env php artisan key:generate php artisan admin:publish php artisan admin:install ``` ``` location / { try_files $uri $uri/ /index.php?$query_string; } ```