leeroy / sail-forms
Forms Module for SailCMS
dev-main
2023-09-25 17:55 UTC
Requires
- php: >=8.2
- ext-mongodb: *
- leeroy/sailcms: dev-release/3.0.0
- respect/validation: ^2.3.0-RC
Requires (Dev)
- pestphp/pest: ^v2.2.2
This package is auto-updated.
Last update: 2024-10-25 20:19:40 UTC
README
This is the official form package for SailCMS. You will be able to create and manage your forms with this module.
Installing
php sail install:official leeroy/sail-forms
This will install the package using composer and then update your composer file to autoload the package.
If you wish to install it manually, you and perform the following
composer require leeroy/sail-forms
After that, you can add Leeroy\\Forms
to the modules section of the sailcms property of your composer.json file. It should look something like this:
"sailcms": { "containers": ["Spec"], "modules": [ "Leeroy\\Forms" ], "search": {} }
Configuration
[Insert configuration]