https://github.com/venturedrake/laravel-crm-docs
https://github.com/venturedrake/laravel-crm-docs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/venturedrake/laravel-crm-docs
- Owner: venturedrake
- Created: 2026-05-13T06:50:11.000Z (3 months ago)
- Default Branch: 1.x
- Last Pushed: 2026-05-22T12:05:01.000Z (3 months ago)
- Last Synced: 2026-05-22T17:50:34.867Z (3 months ago)
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- Security: security.md
Awesome Lists containing this project
README
# Welcome to Laravel CRM!
Thanks for considering the Laravel CRM package for your Laravel business, clients and projects.
## What is Laravel CRM?
Laravel CRM is a free open-source [Laravel crm package](https://laravelcrm.com) which brings the functionality of expensive platforms such as Salesforce, HubSpot, Zoho, Pipedrive and many other CRM platforms to Laravel.
## Tech Stack
Laravel CRM is a Laravel package `venturedrake/laravel-crm` that can be installed into any Laravel project with the `composer require` command. The CRM will require some other packages which will be managed as composer dependencies. Your project will also require a database and mail server.
The included user interface uses typical Laravel front-end technology such as Blade, jQuery and Laravel Livewire. However there is no requirement for you to use the included user interface, you can use your own.
## What are the future plans?
The company [Venture Drake](https://venturedrake.com) behind the Laravel CRM package will continue developing new functionality, updates and maintenance as it has become a core part of how we run our Laravel development business.
Keep an eye on [our roadmap](https://github.com/venturedrake/laravel-crm/blob/master/README.md#roadmap) for future plans and [the changelog](https://github.com/venturedrake/laravel-crm/blob/master/CHANGELOG.md) for recent updates.
## Get started
Let's help you [install the Laravel CRM package...](/installation.html)