承接 sonph/survey_admin 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sonph/survey_admin

最新稳定版本:V1.0.11

Composer 安装命令:

composer require sonph/survey_admin

包简介

check how controller path go

README 文档

README

  1. In your terminal:
composer require sonph/survey_admin
  1. Publish the config file:
php artisan vendor:publish --provider="Sonphait\SurveyAdmin\SurveyServiceProvider"
  1. Run migration:
   php artisan migrate
  1. Run seeder:
   php artisan db:seed --class=SurveySeeder
  1. Go to index page: "admin/survey/index"
  2. [optional] Change values in config/survey-manager.php (route prefix, middleware, file upload max size, ...)
  3. [optional] To test function upload image to S3 when editing survey, uncomment save image to S3 code in public/vendor/survey-manager/js/create_survey.js
  4. To create FILE question which use S3 storage when uploading file from client site, make properties 'storeDataAsText' value to false => uncomment code in public/vendor/survey-manager/js/create_survey.js
  • Note: To use S3 as file storage, change value of 'admin_s3_url' and 'admin_s3_folder' in config/survey-manager.php to where you save file on S3

统计信息

  • 总下载量: 30
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-10-12