{"id":13423002,"url":"https://github.com/rawilk/laravel-form-components","last_synced_at":"2025-03-22T19:02:23.574Z","repository":{"id":40669218,"uuid":"289268063","full_name":"rawilk/laravel-form-components","owner":"rawilk","description":"Form components built for Tailwind \u0026 Livewire.","archived":false,"fork":false,"pushed_at":"2025-03-10T12:07:47.000Z","size":2499,"stargazers_count":436,"open_issues_count":16,"forks_count":46,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-03-15T17:08:23.460Z","etag":null,"topics":["blade-components","custom-select","date-picker","filepond","flatpickr","form","quill","tailwindcss","toggle"],"latest_commit_sha":null,"homepage":"https://randallwilk.dev/docs/laravel-form-components","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/rawilk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"rawilk"}},"created_at":"2020-08-21T12:47:32.000Z","updated_at":"2025-03-15T11:42:30.000Z","dependencies_parsed_at":"2023-02-08T02:02:25.737Z","dependency_job_id":"bdfdc477-9edf-4f0f-9984-d0bb9971b5be","html_url":"https://github.com/rawilk/laravel-form-components","commit_stats":{"total_commits":372,"total_committers":8,"mean_commits":46.5,"dds":"0.16397849462365588","last_synced_commit":"b44b57084ab390089ec5b57f9111eaec14be20ac"},"previous_names":[],"tags_count":81,"template":false,"template_full_name":"rawilk/package-skeleton-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-form-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-form-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-form-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rawilk%2Flaravel-form-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rawilk","download_url":"https://codeload.github.com/rawilk/laravel-form-components/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245007208,"owners_count":20546143,"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-components","custom-select","date-picker","filepond","flatpickr","form","quill","tailwindcss","toggle"],"created_at":"2024-07-30T23:01:05.144Z","updated_at":"2025-03-22T19:02:23.135Z","avatar_url":"https://github.com/rawilk.png","language":"PHP","funding_links":["https://github.com/sponsors/rawilk"],"categories":["Forms","Packages / Plugins"],"sub_categories":[],"readme":"\u003e Package Abandonment: Since I now use packages like Filament for my UI needs, I no longer have an interest or incentive to maintain this package.\n\n# Form Components for Laravel\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/rawilk/laravel-form-components.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-form-components)\n![Tests](https://github.com/rawilk/laravel-form-components/workflows/Tests/badge.svg?style=flat-square)\n[![Total Downloads](https://img.shields.io/packagist/dt/rawilk/laravel-form-components.svg?style=flat-square)](https://packagist.org/packages/rawilk/laravel-form-components)\n[![PHP from Packagist](https://img.shields.io/packagist/php-v/rawilk/laravel-form-components?style=flat-square)](https://packagist.org/packages/rawilk/laravel-form-components)\n[![License](https://img.shields.io/github/license/rawilk/laravel-form-components?style=flat-square)](https://github.com/rawilk/laravel-form-components/blob/main/LICENSE.md)\n\n![social image](https://banners.beyondco.de/Form%20Components%20for%20Laravel.png?theme=light\u0026packageManager=composer+require\u0026packageName=rawilk%2Flaravel-form-components\u0026pattern=diagonalStripes\u0026style=style_1\u0026description=Form+components+built+for+tailwind+%26+Livewire\u0026md=1\u0026showWatermark=0\u0026fontSize=100px\u0026images=code)\n\nForm Components for Laravel provides common form components to help build forms faster using Tailwind CSS. Supports validation, old form values, and wire:model.\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require rawilk/laravel-form-components\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"form-components-config\"\n```\n\nYou can view the default configuration here: https://github.com/rawilk/laravel-form-components/blob/main/config/form-components.php\n\nYou can publish the package's views with this command:\n\n```bash\nphp artisan vendor:publish --tag=\"form-components-views\"\n```\n\nIf you want to override the package's language lines, you can publish them with this command:\n\n```bash\nphp artisan vendor:publish --tag=\"form-components-translations\"\n```\n\n## Documentation\n\nFor more documentation, please visit: https://randallwilk.dev/docs/laravel-form-components\n\n## Demo\n\nFor a demo of some of the components, please visit: https://laravel-form-components.randallwilk.dev\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](.github/CONTRIBUTING.md) for details.\n\n## Security\n\nPlease review [my security policy](../../security) on how to report security vulnerabilities.\n\n## Credits\n\n- [Randall Wilk](https://github.com/rawilk)\n- [All Contributors](../../contributors)\n\nThis package is also heavily inspired by [Laravel Form Components](https://github.com/protonemedia/laravel-form-components) and [Blade UI Kit](https://blade-ui-kit.com/).\nA lot of inspiration for some JS components is taken from [Alpine Headless Components](https://alpinejs.dev/components#headless).\n\n## Alternatives\n\nThis package was created to satisfy my own needs and preferences, and relies on TailwindCSS, TailwindUI, and AlpineJS for styling and functionality. You can always\ntry one of these alternatives if your needs differ:\n\n- [Blade UI Kit](https://blade-ui-kit.com/)\n- [Laravel Form Components](https://github.com/protonemedia/laravel-form-components)\n\n## Disclaimer\n\nThis package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel, TailwindCSS, Laravel Livewire, Alpine.js, or any of its affiliates.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawilk%2Flaravel-form-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frawilk%2Flaravel-form-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frawilk%2Flaravel-form-components/lists"}