Self-hosted SaaS app for project management and customer relationship, built with Laravel & Filament.
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
Clone the repository
git clone git@github.com:lukacavic/taskwave.git
Set env variables
cp .env.example .env
Install composer packages
composer install
Generate key
php artisan key:generate
Migrate and seed
php artisan migrate --seed
Login
Email: admin@org1.com
Password: org1
Check Demo: (Reset every hour)
https://slippy-surf-wtnb61jj78.ploi.site/app/login
Screenshots ↑Top
Client Portal
Supporting ↑Top
Taskwave is an MIT-licensed open source project with its ongoing development.
Support the development of "taskwave" by being a sponsor, reach at luka.cavic@gmail.com
If you need professional support or custom functioanlity please send an e-mail to luka.cavic@gmail.com.
Security Vulnerabilities ↑Top
If you discover a security vulnerability within taskwave, please send an e-mail to luka.cavic@gmail.com instead of creating new issue. All security vulnerabilities will be promptly addressed.
Credits ↑Top
- Author: Luka Čavić
License ↑Top
taskwave is open-sourced software licensed under the MIT license.