{"id":16463990,"url":"https://github.com/musonza/laravel-forms","last_synced_at":"2025-03-16T18:31:26.959Z","repository":{"id":38848900,"uuid":"148103005","full_name":"musonza/laravel-forms","owner":"musonza","description":"Database driven laravel forms","archived":false,"fork":false,"pushed_at":"2023-03-03T11:34:02.000Z","size":4787,"stargazers_count":32,"open_issues_count":20,"forks_count":3,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-27T12:08:33.823Z","etag":null,"topics":["laravel-forms","php-forms"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/musonza.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-10T05:21:56.000Z","updated_at":"2023-09-23T13:57:36.000Z","dependencies_parsed_at":"2023-01-26T02:01:16.595Z","dependency_job_id":null,"html_url":"https://github.com/musonza/laravel-forms","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musonza%2Flaravel-forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musonza%2Flaravel-forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musonza%2Flaravel-forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/musonza%2Flaravel-forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/musonza","download_url":"https://codeload.github.com/musonza/laravel-forms/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826788,"owners_count":20354220,"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":["laravel-forms","php-forms"],"created_at":"2024-10-11T11:25:27.575Z","updated_at":"2025-03-16T18:31:25.474Z","avatar_url":"https://github.com/musonza.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Laravel Forms\n\n[![Build Status](https://travis-ci.org/musonza/laravel-forms.svg?branch=master)](https://travis-ci.org/musonza/laravel-forms)\n[![Packagist](https://img.shields.io/packagist/v/musonza/laravel-forms.svg)](https://packagist.org/packages/musonza/laravel-forms)\n\n\u003cimg src=\"screenshots/forms_list.png\" alt=\"forms list\"\u003e\n\n## Installation\n1. Install composer package\n    ```sh\n    composer require musonza/laravel-forms\n    ```\n\n1. Publish Assets\n    ```sh\n    php artisan vendor:publish\n    ```\n1. Add Form facade to `config/app.php`\n    ```php\n    'Form' =\u003e Musonza\\Form\\Facades\\FormFacade::class,\n    ```\n    \n1. Run migrations\n    ```sh\n    php artisan migrate\n    ```  \n\n1. Check the published file config/laravel_forms.php\n    - You can enable / disable captcha\n    - You can configure the path for your forms dashboard\n    - You can add custom field types\n    \n1. Access dashboard at\n\n    http//your-url.com/laravel-forms (you can change the path in config/laravel_forms.php)\n\n## Adding a Form\n\u003cimg src=\"screenshots/new_form.png\" alt=\"adding a form\"\u003e\n\n## Form details\n\u003cimg src=\"screenshots/form_details.png\" alt=\"form details\"\u003e\n\n## Adding a Field\n\u003cimg src=\"screenshots/new_field.png\" alt=\"adding a field\"\u003e\n\n## Field details\n\u003cimg src=\"screenshots/field_details.png\" alt=\"field details\"\u003e\n\n## Sample Form Output\n\u003cimg src=\"screenshots/front_end_form.png\" alt=\"form output\"\u003e\n\n## Sample Submission\n\u003cimg src=\"screenshots/submission_details.png\"\u003e\n\n## TODO\n- Multi page forms\n\n## Credits\nhttps://github.com/laravel/telescope for some of the front-end structuring \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusonza%2Flaravel-forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmusonza%2Flaravel-forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmusonza%2Flaravel-forms/lists"}