{"id":26175199,"url":"https://github.com/lukacavic/taskwave","last_synced_at":"2025-04-14T21:03:38.309Z","repository":{"id":281873487,"uuid":"869968481","full_name":"lukacavic/taskwave","owner":"lukacavic","description":"Taskwave is a self-hosted SAAS app to manage projects, customers, tasks. It's an attempt to create PerfexCRM clone using Laravel/Filament.","archived":false,"fork":false,"pushed_at":"2025-03-11T15:16:00.000Z","size":2732,"stargazers_count":32,"open_issues_count":4,"forks_count":12,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-14T21:03:22.238Z","etag":null,"topics":["filamentphp","laravel","livewire","perfexcrm","saas"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lukacavic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-10-09T08:05:58.000Z","updated_at":"2025-03-30T22:23:26.000Z","dependencies_parsed_at":"2025-03-11T16:36:56.094Z","dependency_job_id":null,"html_url":"https://github.com/lukacavic/taskwave","commit_stats":null,"previous_names":["lukacavic/taskwave"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukacavic%2Ftaskwave","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukacavic%2Ftaskwave/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukacavic%2Ftaskwave/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lukacavic%2Ftaskwave/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lukacavic","download_url":"https://codeload.github.com/lukacavic/taskwave/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248961198,"owners_count":21189991,"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":["filamentphp","laravel","livewire","perfexcrm","saas"],"created_at":"2025-03-11T20:38:01.756Z","updated_at":"2025-04-14T21:03:38.274Z","avatar_url":"https://github.com/lukacavic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Taskwave\n\nSelf-hosted SaaS app for project management and customer relationship, built with Laravel \u0026 Filament.\n\n\u003chr\u003e\n\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/iluminar/taskwave/blob/dev/LICENSE\"\u003e\u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-brightgreen?style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://laravel.com\"\u003e\u003cimg alt=\"Laravel v11 .x\" src=\"https://img.shields.io/badge/Laravel-v11.x-FF2D20?style=for-the-badge\u0026logo=laravel\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://livewire.laravel.com\"\u003e\u003cimg alt=\"Livewire v3.x\" src=\"https://img.shields.io/badge/Livewire-v3.x-FB70A9?style=for-the-badge\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://php.net\"\u003e\u003cimg alt=\"PHP 8.1\" src=\"https://img.shields.io/badge/PHP-8.1-777BB4?style=for-the-badge\u0026logo=php\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Taskwave\n\nTaskwave is a self-hosted SaaS app to manage projects, customers, tasks. It's an attempt to create PerfexCRM clone using\nLaravel/Filament. It is build upon Filament and TALL stack.\n\n\u003chr\u003e\n\u003cp align=\"center\"\u003e\n\u003cb\u003e\u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e\u003c/b\u003e\n|\n\u003cb\u003e\u003ca href=\"#screenshots-top\"\u003eScreenshots\u003c/a\u003e\u003c/b\u003e\n|\n\u003cb\u003e\u003ca href=\"#contributing-top\"\u003eContributing\u003c/a\u003e\u003c/b\u003e\n|\n\u003cb\u003e\u003ca href=\"#supporting-top\"\u003eSupporting\u003c/a\u003e\u003c/b\u003e\n|\n\u003cb\u003e\u003ca href=\"#credits-top\"\u003eCredits\u003c/a\u003e\u003c/b\u003e\n|\n\u003cb\u003e\u003ca href=\"#license-top\"\u003eLicense\u003c/a\u003e\u003c/b\u003e\n\u003c/p\u003e\n\n\u003chr\u003e\n\n\n## Installation\n\nClone the repository\n\n```sh\ngit clone git@github.com:lukacavic/taskwave.git\n```\n\nSet env variables\n\n```sh\ncp .env.example .env\n```\n\nInstall composer packages\n\n```sh\ncomposer install\n```\n\nGenerate key\n\n```sh\nphp artisan key:generate\n```\n\nMigrate and seed\n\n```sh\nphp artisan migrate --seed\n```\n\nLogin\n\n```sh\nEmail: admin@org1.com\nPassword: org1\n```\n\n***Check Demo: (Reset every hour)***\n\nhttps://slippy-surf-wtnb61jj78.ploi.site/app/login\n\n## Screenshots \u003csmall\u003e[↑Top](#about-taskwave)\u003c/small\u003e\n\n![](/images/SCR-20241009-qeva.png)\n\n![](/images/SCR-20241010-hnoy.png)\n\n![](/images/SCR-20241010-hdwh.png)\n\n![](/images/SCR-20241010-hgrz.png)\n\n![](/images/SCR-20241010-hjjt.png)\n\n![](/images/SCR-20241010-jcjv.png)\n\n![](/images/SCR-20241011-hqaa.png)\n\n![](/images/Screenshot_49.png)\n\n***Client Portal***\n\n![](/images/SCR-20241011-jwuc.png)\n\n## Supporting \u003csmall\u003e[↑Top](#about-taskwave)\u003c/small\u003e\n\n### Be a sponsor\n\nTaskwave is an MIT-licensed open source project with its ongoing development.\n\nSupport the development of \"taskwave\" by being a sponsor, reach at \u003cluka.cavic@gmail.com\u003e\n\n\n### Professional Support\n\nIf you need professional support or custom functioanlity please send an e-mail to \u003cluka.cavic@gmail.com\u003e.\n\n## Security Vulnerabilities \u003csmall\u003e[↑Top](#about-taskwave)\u003c/small\u003e\n\nIf you discover a security vulnerability within taskwave, please send an e-mail to \u003cluka.cavic@gmail.com\u003e instead of creating new issue. All security vulnerabilities will be promptly addressed.\n\n## Credits \u003csmall\u003e[↑Top](#about-taskwave)\u003c/small\u003e\n\n- Author: [Luka Čavić](https://github.com/lukacavic)\n\n\n\n## License \u003csmall\u003e[↑Top](#about-taskwave)\u003c/small\u003e\n\ntaskwave is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukacavic%2Ftaskwave","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukacavic%2Ftaskwave","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukacavic%2Ftaskwave/lists"}