webkul/krayin

By webkul

Updated about 2 months ago

Open Source and FREE PHP based CRM software

Image
2

10K+

Krayin is an opensource laravel CRM platform designed for businesses to manage their interactions with customers and potential customers.

Server Configuration

SERVER: Apache 2 or NGINX

RAM: 4GB or higher

Node: 8.11.3 LTS or higher

PHP: 7.3.0 or higher

Composer: 1.6.5 or higher

Installation

Install Krayin using composer:

composer create-project krayin/laravel-crm

Start the installation script.

php artisan krayin-crm:install

Deploy container from docker image

docker run -itd -p 80:80 webkul/krayin:2.0.5

Krayin admin details

Email Address - admin@example.com
Password - admin123

Docker Pull Command

docker pull webkul/krayin