** Required MySQL 5.7 or PostgreSQL to handle the JSON field **, (*1)
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*2)
Configuration and Installation
Publish Config, (*3)
You can see your default settings in config/webforms.php, (*4)
Structure
If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following., (*5)
bin/
config/
src/
tests/
vendor/
Install
Via Composer, (*6)
``` bash
$ composer require alnutile/webforms, (*7)
## Usage
**< BETA do not use**
``` php
$skeleton = new Alnutile\Webforms();
echo $skeleton->echoPhrase('Hello, League!');
Change log
Please see CHANGELOG for more information on what has changed recently., (*8)
Testing
Make sure to setup Dusk properly see Docs and this post https://alfrednutile.info/posts/209, (*9)
Adding now files? Run composer dump, (*10)
bash
$ composer test, (*11)
Contributing
Please see CONTRIBUTING and CONDUCT for details., (*12)
Security
If you discover any security related issues, please email alfrednutile@gmail.com instead of using the issue tracker., (*13)
Credits
License
The MIT License (MIT). Please see License File for more information., (*14)