{"id":17148675,"url":"https://github.com/lcharette/uf_formgeneratorexample","last_synced_at":"2025-02-23T08:33:28.427Z","repository":{"id":57013038,"uuid":"80257783","full_name":"lcharette/UF_FormGeneratorExample","owner":"lcharette","description":"An example sprinkle using my UserFrosting Form Generator","archived":false,"fork":false,"pushed_at":"2021-02-26T01:23:24.000Z","size":349,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-11-05T17:04:07.565Z","etag":null,"topics":["userfrosting","userfrosting-sprinkle"],"latest_commit_sha":null,"homepage":"https://github.com/lcharette/UF_FormGenerator","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lcharette.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"lcharette","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2017-01-28T00:35:42.000Z","updated_at":"2021-02-26T01:23:27.000Z","dependencies_parsed_at":"2022-08-21T13:40:55.576Z","dependency_job_id":null,"html_url":"https://github.com/lcharette/UF_FormGeneratorExample","commit_stats":null,"previous_names":[],"tags_count":7,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2FUF_FormGeneratorExample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2FUF_FormGeneratorExample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2FUF_FormGeneratorExample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lcharette%2FUF_FormGeneratorExample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lcharette","download_url":"https://codeload.github.com/lcharette/UF_FormGeneratorExample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219846664,"owners_count":16556429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["userfrosting","userfrosting-sprinkle"],"created_at":"2024-10-14T21:29:28.639Z","updated_at":"2024-10-14T21:29:29.541Z","avatar_url":"https://github.com/lcharette.png","language":"PHP","funding_links":["https://ko-fi.com/lcharette","https://ko-fi.com/A7052ICP"],"categories":[],"sub_categories":[],"readme":"# Form Generator Sprinkle Example\n\n[![Donate][kofi-badge]][kofi]\n[![Latest Version][releases-badge]][releases]\n[![UserFrosting Version][uf-version]][uf]\n[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)\n[![Build][build-badge]][build]\n[![Codecov][codecov-badge]][codecov]\n[![StyleCI][styleci-badge]][styleci]\n\n[kofi]: https://ko-fi.com/A7052ICP\n[kofi-badge]: https://img.shields.io/badge/Donate-Buy%20Me%20a%20Coffee-blue.svg\n[releases]: https://github.com/lcharette/UF_FormGeneratorExample/releases\n[releases-badge]: https://img.shields.io/github/release/lcharette/UF_FormGeneratorExample.svg\n[uf-version]: https://img.shields.io/badge/UserFrosting-\u003e=%204.3-brightgreen.svg\n[uf]: https://github.com/userfrosting/UserFrosting\n[build]: https://github.com/lcharette/UF_FormGeneratorExample/actions?query=workflow%3ABuild\n[build-badge]: https://github.com/lcharette/UF_FormGeneratorExample/workflows/Build/badge.svg?branch=master\n[codecov]: https://codecov.io/gh/lcharette/UF_FormGeneratorExample\n[codecov-badge]: https://codecov.io/gh/lcharette/UF_FormGeneratorExample/branch/master/graph/badge.svg\n[styleci]: https://styleci.io/repos/80257783\n[styleci-badge]: https://styleci.io/repos/80257783/shield?branch=master\u0026style=flat\n\nThis Sprinkle provides a summary example on how to use the [FormGenerator](https://github.com/lcharette/UF_FormGenerator) sprinkle for [UserFrosting 4](https://www.userfrosting.com).\n\n# Help and Contributing\n\nIf 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](https://chat.userfrosting.com/) most of the time for direct support.\n\n# Installation\nEdit 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:\n\n```json\n{\n    \"require\": {\n        \"lcharette/uf_formgeneratorexample\": \"^4.0.0\"\n    },\n    \"base\": [\n        \"core\",\n        \"account\",\n        \"admin\",\n        \"FormGenerator\",\n        \"FormGeneratorExample\"\n    ]\n}\n```\n\nRun `composer update` then `php bakery bake` to install the sprinkle.\n\n## Try it !\nNavigate to `http://YourDomain.com/formgenerator`.\n\nThis demo is not linked to any database tables, so changes are not actually saved ;)\n\n![Screenshot 1](/.github/screenshots/UF_FormGeneratorExample1.png?raw=true)\n![Screenshot 2](/.github/screenshots/UF_FormGeneratorExample2.png?raw=true)\n![Screenshot 3](/.github/screenshots/UF_FormGeneratorExample3.png?raw=true)\n![Screenshot 4](/.github/screenshots/UF_FormGeneratorExample4.png?raw=true)\n\n# Licence\n\nBy [Louis Charette](https://bbqsoftwares.com). Copyright (c) 2020, free to use in personal and commercial software as per the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcharette%2Fuf_formgeneratorexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flcharette%2Fuf_formgeneratorexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flcharette%2Fuf_formgeneratorexample/lists"}