Skip to content

osmirpedro99/up-crm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topics

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

Introduction

Upper CRM is a derivative work licensed under the Open Software License (OSL v. 3.0). The core source code is made available free of charge under the terms of this license.

We handle all the technical complexity—including hosting, security, and backups—so you and your team can focus entirely on building and managing customer relationships.

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

Requirements

  • SERVER: Apache 2 or NGINX.
  • RAM: 3 GB or higher.
  • PHP: 8.1 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: 2.5 or higher
  • Docker: 24 or higher

Installation and Configuration

  1. Clone Repository
  2. Copy .env.example and configure
    • Change the APP_URL param to your domain.
    • Configure the Database parameters inside .env file.
  3. Create databases
       CREATE DATABASE IF NOT EXISTS application CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
       CREATE DATABASE IF NOT EXISTS application_testing CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
    
  4. Acess container and execute the next step
  5. Dependencies & configs
        composer install
        php artisan key:generate
        php artisan optimize:clear
        php artisan migrate:fresh --seed 
        php artisan storage:link 
        php artisan vendor:publish --provider='Webkul\\Core\\Providers\\CoreServiceProvider' --force 
        php artisan optimize:clear
    

How to log in as admin:

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

email:admin@example.com
password:admin123

📜 License and Attribution

This source code is a derivative work licensed under the Open Software License (OSL v. 3.0).

For complete details regarding the copyright attribution and legal terms, please refer to the NOTICE.txt and LICENSE files located in the root directory of this repository.

Security Vulnerabilities

Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in Upperfy CRM then please email us: contato@upperfy.com.br.

About

Upperr crm free & Opensource Laravel CRM

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 48.7%
  • Blade 48.5%
  • TypeScript 1.3%
  • JavaScript 1.0%
  • CSS 0.5%
  • Dockerfile 0.0%