PISCO is a micro-CRM system (still in early stages) for personal, freelance and small businesses. It can be customized very quickly for Customer Relationship Management, Lead Management System, Project Management or any other usage.
- Clone the repo :
git clone https://github.com/e-evaristo/pisco-crm.git
$ cd pisco-crm
$ composer install
$ cp .env.example .env
$ php artisan key:generate
$ php artisan storage:link
- Create new MySQL database for this application
- Set database credentials on .env file
$ php artisan migrate --seed
$ php artisan serve
- Access: http://127.0.0.1:8000/admin
- Login with :
- email :
admin@admin.com
- password :
password
- email :
The Pisco CRM is open-sourced software licensed under the MIT license.