surajbansal / laravel-surveyjs
surveyjs 库的最新 Laravel 封装
dev-master
2021-01-20 10:22 UTC
Requires
- php: ^7.2
- ext-json: *
- cviebrock/eloquent-sluggable: *
- illuminate/database: *
Requires (Dev)
This package is not auto-updated.
Last update: 2024-09-26 04:16:09 UTC
README
安装
在终端中:$ composer require Surajbansal/laravel-surveyjs
发布配置文件并运行迁移
php artisan vendor:publish --provider="Surajbansal\LaravelSurveyJS\LaravelSurveyJsServiceProvider" php artisan migrate
在 your-project-domain/admin/survey 上创建一个新的调查
[可选] 在 config/survey-manager.php 中更改值(路由前缀、中间件、构建器主题等)