{"id":15105728,"url":"https://github.com/bataboom/pollsbb","last_synced_at":"2026-02-13T18:33:00.478Z","repository":{"id":244014285,"uuid":"814033986","full_name":"BataBoom/PollsBB","owner":"BataBoom","description":"Add polls to your laravel app with the power of Livewire","archived":false,"fork":false,"pushed_at":"2024-06-12T12:46:11.000Z","size":34,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T23:35:25.676Z","etag":null,"topics":["laravel","livewire","polls"],"latest_commit_sha":null,"homepage":"","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/BataBoom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-12T08:05:19.000Z","updated_at":"2024-06-12T12:46:14.000Z","dependencies_parsed_at":"2024-06-12T14:03:25.410Z","dependency_job_id":"625fa170-908e-4473-ba78-e2b663e6660e","html_url":"https://github.com/BataBoom/PollsBB","commit_stats":null,"previous_names":["bataboom/pollsbb"],"tags_count":0,"template":false,"template_full_name":"spatie/package-skeleton-laravel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BataBoom%2FPollsBB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BataBoom%2FPollsBB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BataBoom%2FPollsBB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BataBoom%2FPollsBB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BataBoom","download_url":"https://codeload.github.com/BataBoom/PollsBB/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247318746,"owners_count":20919483,"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","livewire","polls"],"created_at":"2024-09-25T20:42:32.468Z","updated_at":"2026-02-13T18:33:00.442Z","avatar_url":"https://github.com/BataBoom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Gif](https://i.imgur.com/C1aDJBs.gif)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require bataboom/pollsbb:dev-main\n```\n\nYou can publish and run the migrations with:\n\n```bash\nphp artisan vendor:publish --tag=\"pollsbb-migrations\"\nphp artisan migrate\n```\n\nYou can publish the config file with:\n\n```bash\nphp artisan vendor:publish --tag=\"pollsbb-config\"\n```\n\nThis is the contents of the published config file:\n\n```php\nreturn [\n    'user_model' =\u003e App\\Models\\User::class,\n];\n```\n\nOptionally, you can publish the views using\n\n```bash\nphp artisan vendor:publish --tag=\"pollsbb-views\"\n```\n\n## Usage\n\n```php\n\n\u003cx-app-layout\u003e\n\n\u003clivewire:create-poll /\u003e\n@php\n$findPoll = \\BataBoom\\PollsBB\\Models\\Poll::all()-\u003efirst();\n@endphp\n\n\u003clivewire:view-poll :poll=\"$findPoll\" /\u003e\n\n\u003c/x-app-layout\u003e\n\nafter create-poll is created it should auto redirect to view-poll but WIP, upgrading emit/etc from Livewire v2 to v3. \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](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- [BataBoom](https://github.com/BataBoom)\n- [All Contributors](../../contributors)\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%2Fbataboom%2Fpollsbb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbataboom%2Fpollsbb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbataboom%2Fpollsbb/lists"}