Flarepoint is a new customer relationship management system (CRM) which purpose is to help you keep track of your customers, tasks etc. Flarepoint is a free, open-source and self-hosted platform based on Laravel PHP Framework.
How to
- Insert project into empty folder / git clone https://github.com/Bottelet/Flarepoint-crm.git
- Create a empty database table
- Insert database credentials in Config\Database.php
- Run the following commands
composer install
php artisan migrate --seed
php artisan key:generate
- login in with these credentials Mail: [email protected] Password: admin123 (Can be changed in the dashboard)
- DONE
- Tasks management
- Leads management
- Easy & simple time management for each task
- Role management (Create and update your own roles)
- Role & global settings
- Client overview (Keep easy track of open tasks for each client etc)
- Upload documents to each clients (easy track of contracts and more)
- Fast overview over your own open tasks, leads etc
- Global dashboard
Flarepoint is still under heavy development, so there are a lot on my to-do list.
- Multiple integrations (Slack, e-conomic, Google Drive, dropbox etc.)
- Different Color schemes
- API
- Excel Import/export
- Change code style to a PSR-standard, and do a "clean-up"
- Better cache
- Even easier installation
- User tagging
And much more (in no particular order)
The packages used are the following...
Flarepoint is open-sourced software licensed under the MIT license