{"id":30896231,"url":"https://github.com/Log1x/filament-starter","last_synced_at":"2025-09-08T23:04:22.959Z","repository":{"id":238205844,"uuid":"733646340","full_name":"Log1x/filament-starter","owner":"Log1x","description":"A beautiful starting point for your next TALL stack project using Filament. ⚡","archived":false,"fork":false,"pushed_at":"2025-09-05T10:09:51.000Z","size":2914,"stargazers_count":509,"open_issues_count":6,"forks_count":72,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-06T03:27:14.252Z","etag":null,"topics":["alpine","filament","laravel","livewire","tailwind"],"latest_commit_sha":null,"homepage":"https://github.com/Log1x/filament-starter","language":"PHP","has_issues":false,"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/Log1x.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"github":"Log1x"}},"created_at":"2023-12-19T19:56:48.000Z","updated_at":"2025-09-02T05:57:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"95daf1d4-3508-4b7d-9cf3-97c0e5b96ece","html_url":"https://github.com/Log1x/filament-starter","commit_stats":{"total_commits":264,"total_committers":4,"mean_commits":66.0,"dds":"0.015151515151515138","last_synced_commit":"02779c3ba1733359b970d3e6e140cd4e44a1515f"},"previous_names":["log1x/filament-starter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Log1x/filament-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Ffilament-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Ffilament-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Ffilament-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Ffilament-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Log1x","download_url":"https://codeload.github.com/Log1x/filament-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Log1x%2Ffilament-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273881866,"owners_count":25184736,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["alpine","filament","laravel","livewire","tailwind"],"created_at":"2025-09-08T23:02:28.805Z","updated_at":"2025-09-08T23:04:22.950Z","avatar_url":"https://github.com/Log1x.png","language":"PHP","funding_links":["https://github.com/sponsors/Log1x"],"categories":["Complete App"],"sub_categories":[],"readme":"# Filament Starter\n\nHere lives a beautiful starting point to quickly bootstrap your next [TALL stack](https://tallstack.dev/) application utilizing [Filament](https://filamentphp.com/) for the admin panel.\n\n![Screenshot](https://i.imgur.com/AxerbeO.png)\n\n## Features\n\n- 🚀 Quick, clean starting point with an example **Post** model and resource.\n- 🧑‍💻 Fully pre-configured and [customized](#plugins-used) Filament panel with best practices in place.\n- 🎨 Clean, minimally styled frontend powered by [Livewire](https://livewire.laravel.com/).\n- 💄 [TailwindCSS](https://tailwindcss.com/) and [Vite](https://vitejs.dev/) ready for immediate use.\n- 👷 Pre-bundled Livewire and [Alpine](https://alpinejs.dev/) for easy extendability.\n- ⚡️ SPA-ready in both Filament and the frontend.\n- 🔨 GitHub Actions workflows for [Pint](https://github.com/laravel/pint) with pre-configured Dependabot for dependencies.\n- 🔍️ Easy programmatic SEO using [romanzipp/laravel-seo](https://github.com/romanzipp/Laravel-SEO).\n\n## Requirements\n\nMake sure all dependencies have been installed before moving on:\n\n- [PHP](https://secure.php.net/manual/en/install.php) \u003e= 8.2\n- [Composer](https://getcomposer.org/download/)\n- [Node.js](http://nodejs.org/) \u003e= 18\n\n## Getting Started\n\nStart by creating the project using Composer and configuring the `.env` file:\n\n```sh\ncomposer create-project log1x/filament-starter:dev-main\ncd filament-starter\n```\n\nAfter `.env` is configured, you can proceed to migrate \u0026 seed the database:\n\n```sh\nphp artisan migrate:fresh --seed\n```\n\nOnce the database is seeded, you can login at `/admin` using the default admin user:\n\n```yaml\nUsername: admin\nPassword: admin\n```\n\n### Build Assets\n\nThe project assets are compiled using Vite. This can be done by installing the dependencies and running the build command with npm.\n\n```sh\nnpm install\nnpm run build\n```\n\n## Plugins Used\n\nThe following [Filament plugins](https://filamentphp.com/plugins) come fully implemented and configured out of the box:\n\n| **Plugin**                                                          | **Description**                                    | **Author**                                      |\n| :------------------------------------------------------------------ | :------------------------------------------------- | :---------------------------------------------- |\n| [Curator](https://github.com/awcodes/filament-curator)              | A beautiful media library.                         | [awcodes](https://github.com/awcodes)           |\n| [Gravatar](https://github.com/awcodes/filament-gravatar)            | Easy avatar integration powered by Gravatar.       | [awcodes](https://github.com/awcodes)           |\n| [Exceptions](https://github.com/bezhansalleh/filament-exceptions)   | A simple but powerful Exception viewer.            | [bezhansalleh](https://github.com/bezhansalleh) |\n| [Jobs Monitor](https://github.com/croustibat/filament-jobs-monitor) | Easily monitor background jobs and their progress. | [croustibat](https://github.com/croustibat)     |\n| [Breezy](https://github.com/jeffgreco13/filament-breezy)            | Customizable user profile pages and 2FA support.   | [jeffgreco13](https://github.com/jeffgreco13)   |\n| [Peek](https://github.com/pboivin/filament-peek)                    | Quick \u0026 efficient front-end previews of resources. | [pboivin](https://github.com/pboivin)           |\n| [Logger](https://github.com/z3d0x/filament-logger)                  | Zero-config resource activity logging.             | [z3d0x](https://github.com/z3d0x)               |\n\n## Bug Reports\n\nIf you discover a bug in Filament Starter, please [open an issue](https://github.com/log1x/filament-starter/issues).\n\n## Contributing\n\nContributing whether it be through PRs, reporting an issue, or suggesting an idea is encouraged and appreciated.\n\n## License\n\nFilament Starter is provided under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLog1x%2Ffilament-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FLog1x%2Ffilament-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FLog1x%2Ffilament-starter/lists"}