lcharette/uf_formgeneratorexample

This package is abandoned and no longer maintained. No replacement package was suggested.

Form generator Example for UserFrosting V4

Fund package maintenance!
Ko Fi

Installs: 124

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Type:userfrosting-sprinkle

4.0.0 2020-04-11 02:10 UTC

This package is auto-updated.

Last update: 2023-12-26 07:38:23 UTC


README

Donate Latest Version UserFrosting Version Software License Build Codecov StyleCI

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 ;)

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4

Licence

By Louis Charette. Copyright (c) 2020, free to use in personal and commercial software as per the MIT license.