{"id":15105799,"url":"https://github.com/rdp77/client-management","last_synced_at":"2026-01-18T01:36:22.835Z","repository":{"id":222072972,"uuid":"756135486","full_name":"rdp77/client-management","owner":"rdp77","description":"A beautiful your Client Management with TALL stack application.","archived":false,"fork":false,"pushed_at":"2024-02-15T07:25:56.000Z","size":1244,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-11T04:11:23.561Z","etag":null,"topics":["client-management","filament","freelancer","laravel","management","tall-stack"],"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/rdp77.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":"rdp77","ko_fi":"rdp77","custom":["https://paypal.me/MohRaviDwiPutra","https://saweria.co/rdp77"]}},"created_at":"2024-02-12T02:47:02.000Z","updated_at":"2024-02-15T07:25:33.000Z","dependencies_parsed_at":"2024-02-12T08:09:59.389Z","dependency_job_id":"6ac91b1a-71a1-4f62-90db-b9e5b7920a95","html_url":"https://github.com/rdp77/client-management","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"152f261c9af108a293bf062aa0acb94489992a80"},"previous_names":["rdp77/client-management"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdp77%2Fclient-management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdp77%2Fclient-management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdp77%2Fclient-management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdp77%2Fclient-management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdp77","download_url":"https://codeload.github.com/rdp77/client-management/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247339161,"owners_count":20923014,"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":["client-management","filament","freelancer","laravel","management","tall-stack"],"created_at":"2024-09-25T20:43:24.036Z","updated_at":"2026-01-18T01:36:22.783Z","avatar_url":"https://github.com/rdp77.png","language":"PHP","funding_links":["https://github.com/sponsors/rdp77","https://ko-fi.com/rdp77","https://paypal.me/MohRaviDwiPutra","https://saweria.co/rdp77"],"categories":[],"sub_categories":[],"readme":"# Client Management\n\nHere lives a beautiful starting point to quickly bootstrap your next [TALL stack](https://tallstack.dev/) application\nutilizing [Filament](https://filamentphp.com/) for the admin panel.\n\n## Features\n\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\n  dependencies.\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.1\n- [Composer](https://getcomposer.org/download/)\n- [Node.js](http://nodejs.org/) \u003e= 18\n- [Yarn](https://yarnpkg.com/en/docs/install) or [pnpm](https://pnpm.io/installation)\n\n## Getting Started\n\nStart by creating the project using Composer and configuring the `.env` file:\n\n```sh\ncomposer create-project rdp77/client-management:dev-main\ncd client-management\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 `/login or /` 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\ncommand with Yarn.\n\n```sh\nyarn install\nyarn build\n```\n\nor\n\n```sh\npnpm install\npnpm 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| [Versions](https://github.com/awcodes/filament-versions)            | A mostly useless package to display framework versions on Filament panels. | [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| [Logger](https://github.com/z3d0x/filament-logger)                  | Zero-config resource activity logging.                                     | [z3d0x](https://github.com/z3d0x)               |\n| [Phone Input](https://github.com/ysfkaya/filament-phone-input)      | This package provides a phone input component for Laravel Filament. It uses International Telephone Input to provide a dropdown of countries and flags.                                     | [ysfkaya](https://github.com/ysfkaya/)               |\n| [Currency](https://github.com/ariaieboy/filament-currency)         | This package will add a new currency method to the TextColumn that uses the Filament V2 money formatter.                                     | [ariaieboy](https://github.com/ariaieboy)               |\n\n## Bug Reports\n\nIf you discover a bug in Filament Starter, please [open an issue](https://github.com/rdp77/client-management/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%2Frdp77%2Fclient-management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdp77%2Fclient-management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdp77%2Fclient-management/lists"}