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.
- 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
- Clone Repository
- Copy .env.example and configure
- Change the APP_URL param to your domain.
- Configure the Database parameters inside .env file.
- 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;
- Acess container and execute the next step
- 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
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.
Please don't disclose security vulnerabilities publicly. If you find any security vulnerability in Upperfy CRM then please email us: contato@upperfy.com.br.