comproso / element-collection
collection of standard elements for the comproso framework
Requires
- comproso/framework: ~0.7
- wangaz/laravel-semantic-ui-css: ~1.0
This package is not auto-updated.
Last update: 2024-11-09 19:56:22 UTC
README
This is a collection of standard item types (elements) for the comproso framework. It contains the following types:
- Question: (labeled) HTML form elements, including the tags
<input>
,<select>
and<textarea>
- Explanation: HTML code/text/headline element
Requirements
- comproso/testing: 0.1+ (included in comproso/framework)
Installation
- Use CLI (or add to your composer.json):
composer require comproso/testing
- Run
composer update
Configuration
- Add
Comproso\Elements\ElementCollection\ComprosoElementCollectionServiceProvider::class
to yourbootstrap/app.php
(laravel/lumen) orconfig/app.php
(laravel/laravel). - Run
composer update
- Run
php artisan vendor:publish
License
Copyright (C) 2016 Thiemo Kunze <hallo (at) wangaz (dot) com>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Notice & Disclaimer
Using instruments or tests for behavioral assessment is subject to urgently ethical and legal restrictions. You have to respect the laws of your jurisdiction as well as ethical directives. For further information see comproso/framework or comproso.org.