An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Taskwave

Self-hosted SaaS app for project management and customer relationship, built with Laravel & Filament.



License
Laravel v11 .x
Livewire v3.x
PHP 8.1

## 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)

![](/images/SCR-20241009-qeva.png)

![](/images/SCR-20241010-hnoy.png)

![](/images/SCR-20241010-hdwh.png)

![](/images/SCR-20241010-hgrz.png)

![](/images/SCR-20241010-hjjt.png)

![](/images/SCR-20241010-jcjv.png)

![](/images/SCR-20241011-hqaa.png)

![](/images/Screenshot_49.png)

***Client Portal***

![](/images/SCR-20241011-jwuc.png)

## 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).