# file-upload **Repository Path**: orangbus/file-upload ## Basic Information - **Project Name**: file-upload - **Description**: 分片上传 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-24 - **Last Updated**: 2022-11-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 大文件上传 安装 ```bash composer install # 配置数据亏 cp .env.example .env # 迁移文件 php artisan migrate # 安装前端依赖,运行 npm i && npm run dev ``` 运行 ```bash php artisan serve ```