PHPackages                             venturedrake/laravel-crm-install - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. venturedrake/laravel-crm-install

Abandoned → [venturedrake/laravel-crm-starter](/?search=venturedrake%2Flaravel-crm-starter)Project[Framework](/categories/framework)

venturedrake/laravel-crm-install
================================

Install and setup a complete Laravel CRM application

403[4 issues](https://github.com/venturedrake/laravel-crm-starter/issues)PHP

Since Jun 14Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/venturedrake/laravel-crm-starter)[ Packagist](https://packagist.org/packages/venturedrake/laravel-crm-install)[ RSS](/packages/venturedrake-laravel-crm-install/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Laravel CRM Starter
===================

[](#laravel-crm-starter)

A complete starter project for the [Laravel CRM Package](https://github.com/venturedrake/laravel-crm).

This project uses Laravel 9 with the starter kit [Laravel Breeze](https://laravel.com/docs/9.x/starter-kits#laravel-breeze).

Requirements
============

[](#requirements)

- **PHP**: 8.0 or higher
- **For MySQL users**: 5.7.23 or higher
- **For MariaDB users**: 10.2.7 or higher

Installation
============

[](#installation)

Clone the repo
--------------

[](#clone-the-repo)

```
git clone --depth=1 https://github.com/venturedrake/laravel-crm-starter.git
```

This will create a shallow clone of the repo, from there you would just need to remove the `.git` folder and reinitialise it to make it your own.

Then install composer dependencies

```
composer install
```

Configure the Laravel app
-------------------------

[](#configure-the-laravel-app)

Copy the `.env.example` file to `.env` and make sure the details match to your install.

```
cp .env.example .env
```

All the relevant configuration files should be present in the repo.

Complete the installation
-------------------------

[](#complete-the-installation)

Generate the application key

```
php artisan key:generate

```

Link the storage directory

```
php artisan storage:link

```

Install Laravel CRM

```
php artisan laravelcrm:install

```

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity16

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2742557?v=4)[Andrew Drake](/maintainers/andrewdrake)[@andrewdrake](https://github.com/andrewdrake)

---

Top Contributors

[![andrewdrake](https://avatars.githubusercontent.com/u/2742557?v=4)](https://github.com/andrewdrake "andrewdrake (64 commits)")

---

Tags

laravelphp

### Embed Badge

![Health badge](/badges/venturedrake-laravel-crm-install/health.svg)

```
[![Health](https://phpackages.com/badges/venturedrake-laravel-crm-install/health.svg)](https://phpackages.com/packages/venturedrake-laravel-crm-install)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
