sonph/survey
最新稳定版本:V2.0.5
Composer 安装命令:
composer require sonph/survey
包简介
check how controller path go
README 文档
README
- In your terminal:
$ composer require sonph/survey
- Publish the config file:
php artisan vendor:publish --provider="Sonphait\Survey\SurveyServiceProvider"
- Run migration:
php artisan migrate
- Run seeder:
php artisan db:seed --class=SurveySeeder
-
View index page: "/survey/index"
-
[optional] Change values in config/survey-manager.php (route prefix, middleware, file upload max size, ...)
-
[optional] To test file uploaded by user, uncomment save file to S3 code in public/vendor/survey-manager/js/show_form.js. The File type question itself must have 'storeDataAsText' as false (see admin README)
- Note: To use S3 as file storage, change value of 'client_s3_url' and 'client_s3_folder' in config/survey-manager.php to where you save file on S3
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-10-10