{"id":28250164,"url":"https://github.com/laraflow/form","last_synced_at":"2025-10-27T16:04:38.092Z","repository":{"id":43360750,"uuid":"429684784","full_name":"laraflow/form","owner":"laraflow","description":"Bootstrap Style DRY(Don't Repeat Yourself) Form Library, Validation Display Suggestion Display and more","archived":false,"fork":false,"pushed_at":"2025-02-03T08:01:33.000Z","size":2077,"stargazers_count":16,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T23:33:59.544Z","etag":null,"topics":["blade","bootstrap","component","error-message","fields","form","form-builder","hacktoberfest","laravel","template"],"latest_commit_sha":null,"homepage":"https://laraflow.github.io/form/","language":"Blade","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/laraflow.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/contributing.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"laraflow"}},"created_at":"2021-11-19T05:52:20.000Z","updated_at":"2025-01-15T17:52:19.000Z","dependencies_parsed_at":"2024-07-28T08:25:14.692Z","dependency_job_id":"00d7373a-1772-4b09-9e94-a5ec0cf47c02","html_url":"https://github.com/laraflow/form","commit_stats":{"total_commits":239,"total_committers":5,"mean_commits":47.8,"dds":"0.15062761506276146","last_synced_commit":"e0808a8955369a7169cba8181058351b385f5b64"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/laraflow/form","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laraflow%2Fform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laraflow%2Fform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laraflow%2Fform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laraflow%2Fform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/laraflow","download_url":"https://codeload.github.com/laraflow/form/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/laraflow%2Fform/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260924095,"owners_count":23083501,"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":["blade","bootstrap","component","error-message","fields","form","form-builder","hacktoberfest","laravel","template"],"created_at":"2025-05-19T13:16:30.203Z","updated_at":"2025-10-27T16:04:38.087Z","avatar_url":"https://github.com/laraflow.png","language":"Blade","readme":"# Laraflow/Form\n[![Latest Stable Version](https://poser.pugx.org/laraflow/form/v)](//packagist.org/packages/laraflow/form)\n[![Total Downloads](https://poser.pugx.org/laraflow/form/downloads)](//packagist.org/packages/laraflow/form)\n[![run-tests](https://github.com/laraflow/form/workflows/run-tests/badge.svg)](//github.com/laraflow/form/actions/workflows/run-tests.yml)\n[![License](https://poser.pugx.org/laraflow/form/license)](//packagist.org/packages/laraflow/form)\n[![Latest Unstable Version](https://poser.pugx.org/laraflow/form/v/unstable)](//packagist.org/packages/laraflow/form)\n[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/laraflow/form/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/laraflow/form/actions?query=workflow%3A\"Check+%26+fix+styling\"+branch%3Amain)\n\n\n## Introduction\n[``laraflow/form``](https://packagist.org/packages/laraflow/form) is a collection of Laravel form components.\n\n## Roadmap\n| Feature | Status |\n|----------|-------|\n|Boostrap4 Regular| Complated|\n|Boostrap4 Horizontal| Complated|\n|Boostrap5 Regular| Complated|\n|Boostrap5 Horizontal| Complated|\n|TailwindCSS Regular| WIP|\n|TailwindCSS Horizontal| WIP|\n|Blade X Component| Todo |\n\n\n## Features\nThis package has basic form element style that is supported by bootstrap.\nSome basic form styles are given below:\n* Normal\n* Icon Input Grouped\n* Horizontal Columned\n* Inline Elements\n\n## Installation\nTo get start using this package follow these instructions.\nYou can install the package via composer:\n\n```bash\ncomposer require laraflow/form\n```\n\nYou need to publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"form-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n    /**\n     * Form style validation and other component will\n     * be selected form this section\n     * @var string style\n     * @value bootstrap4, bootstrap5\n     */\n    'style' =\u003e 'bootstrap4',\n\n    /**\n     * Form local language for field that support localization\n     *\n     * @reference month, day etc\n     * @var string style\n     * @value bootstrap3, bootstrap4, bootstrap5\n     */\n    'locale' =\u003e 'en',\n\n    /**\n     * Form month values what value and label month dropdown\n     * will have\n     *\n     * @var array month\n     */\n\n    'months' =\u003e [\n        \"1\" =\u003e \"January\",\n        \"2\" =\u003e \"February\",\n        \"3\" =\u003e \"March\",\n        \"4\" =\u003e \"April\",\n        \"5\" =\u003e \"May\",\n        \"6\" =\u003e \"June\",\n        \"7\" =\u003e \"July\",\n        \"8\" =\u003e \"August\",\n        \"9\" =\u003e \"September\",\n        \"10\" =\u003e \"October\",\n        \"11\" =\u003e \"November\",\n        \"12\" =\u003e \"December\"\n    ],\n\n    /**\n     * Form day values what value and label day dropdown\n     * will have\n     * @var array month\n     */\n\n    'days' =\u003e [\n        \"1\" =\u003e \"Saturday\",\n        \"2\" =\u003e \"Sunday\",\n        \"3\" =\u003e \"Monday\",\n        \"4\" =\u003e \"Tuesday\",\n        \"5\" =\u003e \"Wednesday\",\n        \"6\" =\u003e \"Thursday\",\n        \"7\" =\u003e \"Friday\"\n    ],\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"form-views\"\n```\n\nDone. Now you can fully utilize every form elements from these package\n\n### Contributing\n\nThank you for considering contributing to the Form!\nThe contribution guide can be found in the [Form Wiki](https://github.com/laraflow/form/wiki/).\n\n### Security Vulnerabilities\n\nIf you discover a security vulnerability within Form Package,\nplease send an e-mail to Mohammad Hafijul Islam via [laraflow@gmail.com](mailto:laraflow@gmail.com).\nAll security vulnerabilities will be promptly addressed.\n\n### License\n\nThe Form is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n\n\n## Testing\n\n```bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](https://github.com/laraflow/form/blob/main/docs/contributing.md) for details.\n\n## Security Vulnerabilities\n\nPlease review [our security policy](../../security/policy) on how to report security vulnerabilities.\n\n## Credits\n\n- [Hafijul Islam](https://github.com/hafijul233)\n- [All Contributors](../../contributors)\n\nSpacial Thanks to \u003cimg src=\"https://resources.jetbrains.com/storage/products/company/brand/logos/jb_beam.svg\" width=\"50px\" alt=\"JetBrains Logo (Main) logo.\"\u003e For Awesome IDE support.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":["https://github.com/sponsors/laraflow"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaraflow%2Fform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flaraflow%2Fform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flaraflow%2Fform/lists"}