lcharette / uf_formgeneratorexample
Form generator Example for UserFrosting V4
Fund package maintenance!
Ko Fi
Installs: 125
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:userfrosting-sprinkle
pkg:composer/lcharette/uf_formgeneratorexample
Requires
- php: >=7.1
- lcharette/uf_formgenerator: ^3.0.0 | ^4.0.0
This package is auto-updated.
Last update: 2023-12-26 07:38:23 UTC
README
This Sprinkle provides a summary example on how to use the FormGenerator sprinkle for UserFrosting 4.
Help and Contributing
If you need help using this sprinkle or found any bug, feels free to open an issue or submit a pull request. You can also find me on the UserFrosting Chat most of the time for direct support.
Installation
Edit UserFrosting app/sprinkles.json file and add the following to the require list : "lcharette/uf_formgeneratorexample": "^4.0.0". Also add FormGenerator and FormGeneratorExample to the base list. For example:
{
"require": {
"lcharette/uf_formgeneratorexample": "^4.0.0"
},
"base": [
"core",
"account",
"admin",
"FormGenerator",
"FormGeneratorExample"
]
}
Run composer update then php bakery bake to install the sprinkle.
Try it !
Navigate to http://YourDomain.com/formgenerator.
This demo is not linked to any database tables, so changes are not actually saved ;)
Licence
By Louis Charette. Copyright (c) 2020, free to use in personal and commercial software as per the MIT license.



