https://github.com/lukacavic/taskwave
Taskwave is a self-hosted SAAS app to manage projects, customers, tasks. It's an attempt to create PerfexCRM clone using Laravel/Filament.
https://github.com/lukacavic/taskwave
filamentphp laravel livewire perfexcrm saas
Last synced: about 1 year ago
JSON representation
Taskwave is a self-hosted SAAS app to manage projects, customers, tasks. It's an attempt to create PerfexCRM clone using Laravel/Filament.
- Host: GitHub
- URL: https://github.com/lukacavic/taskwave
- Owner: lukacavic
- License: mit
- Created: 2024-10-09T08:05:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T15:16:00.000Z (over 1 year ago)
- Last Synced: 2025-04-14T21:03:22.238Z (about 1 year ago)
- Topics: filamentphp, laravel, livewire, perfexcrm, saas
- Language: JavaScript
- Homepage:
- Size: 2.61 MB
- Stars: 32
- Watchers: 2
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Taskwave
Self-hosted SaaS app for project management and customer relationship, built with Laravel & Filament.
## About Taskwave
Taskwave is a self-hosted SaaS app to manage projects, customers, tasks. It's an attempt to create PerfexCRM clone using
Laravel/Filament. It is build upon Filament and TALL stack.
Installation
|
Screenshots
|
Contributing
|
Supporting
|
Credits
|
License
## Installation
Clone the repository
```sh
git clone git@github.com:lukacavic/taskwave.git
```
Set env variables
```sh
cp .env.example .env
```
Install composer packages
```sh
composer install
```
Generate key
```sh
php artisan key:generate
```
Migrate and seed
```sh
php artisan migrate --seed
```
Login
```sh
Email: admin@org1.com
Password: org1
```
***Check Demo: (Reset every hour)***
https://slippy-surf-wtnb61jj78.ploi.site/app/login
## Screenshots [↑Top](#about-taskwave)








***Client Portal***

## Supporting [↑Top](#about-taskwave)
### Be a sponsor
Taskwave is an MIT-licensed open source project with its ongoing development.
Support the development of "taskwave" by being a sponsor, reach at
### Professional Support
If you need professional support or custom functioanlity please send an e-mail to .
## Security Vulnerabilities [↑Top](#about-taskwave)
If you discover a security vulnerability within taskwave, please send an e-mail to instead of creating new issue. All security vulnerabilities will be promptly addressed.
## Credits [↑Top](#about-taskwave)
- Author: [Luka Čavić](https://github.com/lukacavic)
## License [↑Top](#about-taskwave)
taskwave is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).