All Projects → krayin → laravel-crm

krayin / laravel-crm

Licence: MIT license
Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects
Vue
7211 projects

Projects that are alternatives of or similar to laravel-crm

Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+189.75%)
Mutual labels:  laravel-framework, laravel-package, laravel-application
Laravel Qrcode Ecommerce
This is a complete laravel project that handles qrcodes, payments, api/microservices, and ecommerce
Stars: ✭ 36 (-96.12%)
Mutual labels:  laravel-framework, laravel-package, laravel-application
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-78.64%)
Mutual labels:  laravel-framework, laravel-package, laravel-application
Laracrud
Laravel Code Generator based on MySQL Database
Stars: ✭ 238 (-74.33%)
Mutual labels:  laravel-framework, laravel-application
Wagonwheel
Offer an online version of your Laravel emails to users.
Stars: ✭ 224 (-75.84%)
Mutual labels:  laravel-framework, laravel-package
Learn Laravel
Laravel 学习资料和开源项目集
Stars: ✭ 229 (-75.3%)
Mutual labels:  laravel-framework, laravel-application
Laravel User Activity
Monitor user activity easily!
Stars: ✭ 253 (-72.71%)
Mutual labels:  laravel-framework, laravel-package
boilerplate
Laravel AdminLTE 3 Boilerplate package with blade components, users, roles and permissions management
Stars: ✭ 167 (-81.98%)
Mutual labels:  laravel-package, laravel-application
laravel-api-example
💻 Build an API with Laravel 5
Stars: ✭ 47 (-94.93%)
Mutual labels:  laravel-framework, laravel-application
Laravel-Trik-Indonesia
Kumpulan trik laravel berbahasa indonesia
Stars: ✭ 74 (-92.02%)
Mutual labels:  laravel-framework, laravel-application
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (-94.07%)
Mutual labels:  laravel-package, laravel-application
simple-recaptcha-v3
🤖 This repository contains simple reCAPTCHA v3 integration for your Laravel application.
Stars: ✭ 25 (-97.3%)
Mutual labels:  laravel-package, laravel-application
Admin One Laravel Dashboard
Admin One — Free Laravel Dashboard (Bulma Buefy Vue.js SPA)
Stars: ✭ 94 (-89.86%)
Mutual labels:  laravel-framework, laravel-package
Auth Tests
Always-current tests for Laravel's authentication system. Curated by the community.
Stars: ✭ 230 (-75.19%)
Mutual labels:  laravel-framework, laravel-package
Dropzone Laravel Image Upload
Laravel 5.2 and Dropzone.js auto image uploads with removal links
Stars: ✭ 92 (-90.08%)
Mutual labels:  laravel-framework, laravel-package
Laravel Schedulable
Schedule and unschedule eloquent models elegantly without cron jobs
Stars: ✭ 78 (-91.59%)
Mutual labels:  laravel-framework, laravel-package
laravel-jwt-auto-installer
A Laravel Library that let's you add tymon jwt auth library and all it's features with single command
Stars: ✭ 19 (-97.95%)
Mutual labels:  laravel-framework, laravel-package
Backup
MySQL Database backup package for Laravel
Stars: ✭ 66 (-92.88%)
Mutual labels:  laravel-framework, laravel-package
Laraupdater
Enable Laravel App Self-Update. Allow your Laravel Application to auto-update itself.
Stars: ✭ 75 (-91.91%)
Mutual labels:  laravel-framework, laravel-package
Adware-ads-network-server
Online Advertising Network Server
Stars: ✭ 44 (-95.25%)
Mutual labels:  laravel-framework, laravel-application

Total Downloads

Total Downloads Latest Stable Version License

Topics

  1. Introduction
  2. Documentation
  3. Requirements
  4. Installation & Configuration
  5. License
  6. Security Vulnerabilities

Introduction

Krayin CRM is a hand tailored CRM framework built on some of the hottest opensource technologies such as Laravel (a PHP framework) and Vue.js a progressive Javascript framework.

Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.

Read our documentation: Krayin CRM Docs

We also have a forum for any type of concerns, feature requests, or discussions. Please visit: Krayin CRM Forums

Visit our live Demo

It packs in lots of features that will allow your E-Commerce business to scale in no time:

  • Descriptive and Simple Admin Panel.
  • Admin Dashboard.
  • Custom Attributes.
  • Built on Modular Approach.
  • Email parsing via Sendgrid.
  • Check out these features and more.

For Developers: Take advantage of two of the hottest frameworks used in this project -- Laravel and Vue.js -- both of which have been used in Krayin CRM.

Documentation

Krayin Documentation https://devdocs.krayincrm.com

Requirements

  • SERVER: Apache 2 or NGINX.
  • RAM: 3 GB or higher.
  • PHP: 7.4 or higher.
  • For MySQL users: 5.7.23 or higher.
  • For MariaDB users: 10.2.7 or Higher.
  • Node: 8.11.3 LTS or higher.
  • Composer: 1.6.5 or higher.

Installation and Configuration

Execute these commands below, in order
composer create-project krayin/laravel-crm
  • Find .env file in root directory and change the APP_URL param to your domain.

  • Also, Configure the Mail and Database parameters inside .env file.

php artisan krayin-crm:install

To execute Krayin:

On server:

Warning: Before going into production mode we recommend you uninstall developer dependencies. In order to do that, run the command below:

composer install --no-dev

Open the specified entry point in your hosts file in your browser or make an entry in hosts file if not done.
On local:
php artisan route:clear
php artisan serve

How to log in as admin:

http(s)://example.com/admin/login

email:[email protected]
password:admin123

License

Krayin CRM is a truly opensource CRM framework which will always be free under the MIT License.

Security Vulnerabilities

Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in Krayin CRM then please email us: mailto:[email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].