PHPackages                             joy/voyager-crm-demo - 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. joy/voyager-crm-demo

ActiveProject[Framework](/categories/framework)

joy/voyager-crm-demo
====================

Voyager Crm Demo

v1.1.16(2y ago)127[2 issues](https://github.com/rxcod9/joy-voyager-crm-demo/issues)[10 PRs](https://github.com/rxcod9/joy-voyager-crm-demo/pulls)MITPHPPHP ^8.1CI failing

Since Dec 19Pushed 1w ago1 watchersCompare

[ Source](https://github.com/rxcod9/joy-voyager-crm-demo)[ Packagist](https://packagist.org/packages/joy/voyager-crm-demo)[ Patreon](https://www.patreon.com/ramakant)[ RSS](/packages/joy-voyager-crm-demo/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (42)Versions (40)Used By (0)

[![Latest Version](https://camo.githubusercontent.com/3327669b3efd46940c8974cadfd0fe5975b4a3c59aaad5401246a683c23e9cd4/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f7278636f64392f6a6f792d766f79616765722d63726d2d64656d6f3f7374796c653d666c61742d737175617265)](https://github.com/rxcod9/joy-voyager-crm-demo/releases)[![GitHub Workflow Status](https://camo.githubusercontent.com/6624407e7410bc661ebfde1ddfad732319263db9f0d170b58b8ac62d80a5ad7a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7278636f64392f6a6f792d766f79616765722d63726d2d64656d6f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473)](https://camo.githubusercontent.com/6624407e7410bc661ebfde1ddfad732319263db9f0d170b58b8ac62d80a5ad7a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7278636f64392f6a6f792d766f79616765722d63726d2d64656d6f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473)[![Total Downloads](https://camo.githubusercontent.com/fa1b2bb12d38fa3d000de885c880dc924635194386e804fd4048e735f3900907/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f792f766f79616765722d63726d2d64656d6f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/joy/voyager-crm-demo)

**Joy Voyager** - Crm Demo
==========================

[](#joy-voyager---crm-demo)

By 🐼 [Ramakant Gangwar](https://github.com/rxcod9)

---

Laravel Admin &amp; BREAD System

Working Example
---------------

[](#working-example)

You can try Crm Demo here .

Installation Steps
------------------

[](#installation-steps)

### 1. Clone repo/Install Using Composer

[](#1-clone-repoinstall-using-composer)

You can clone/install the `Voyager Crm Demo` with the following commands:

```
git clone git@github.com:rxcod9/joy-voyager-crm-demo.git
cd joy-voyager-crm-demo

# OR Install using composer
composer create-project joy/voyager-crm-demo
cd voyager-crm-demo
```

### 2. Add the DB Credentials &amp; APP\_URL

[](#2-add-the-db-credentials--app_url)

Next make sure to create a new database and add your database credentials to your .env file:

```
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

```

You will also want to update your website URL inside of the `APP_URL` variable inside the .env file:

```
APP_URL=http://localhost:8000

```

### 3. Run The Installer

[](#3-run-the-installer)

Lastly, we can install voyager. You can do this either with or without dummy data. The dummy data will include 1 admin account (if no users already exists), 1 demo page, 4 demo posts, 2 categories and 7 settings.

To install Voyager without dummy simply run

```
php artisan voyager:install
```

If you prefer installing it with dummy run

```
php artisan voyager:install --with-dummy
```

And we're all good to go!

Start up a local development server with `php artisan serve` And, visit .

Creating an Admin User
----------------------

[](#creating-an-admin-user)

If you did go ahead with the dummy data, a user should have been created for you with the following login credentials:

> **email:** `admin@admin.com`
> **password:** `password`

NOTE: Please note that a dummy user is **only** created if there are no current users in your database.

If you did not go with the dummy user, you may wish to assign admin privileges to an existing user. This can easily be done by running this command:

```
php artisan voyager:admin your@email.com
```

If you did not install the dummy data and you wish to create a new admin user you can pass the `--create` flag, like so:

```
php artisan voyager:admin your@email.com --create
```

And you will be prompted for the user's name and password.

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance44

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 90% 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.

###  Release Activity

Cadence

Every ~24 days

Recently: every ~37 days

Total

18

Last Release

888d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14928642?v=4)[Ramakant Gangwar](/maintainers/rxcod9)[@rxcod9](https://github.com/rxcod9)

---

Top Contributors

[![rxcod9](https://avatars.githubusercontent.com/u/14928642?v=4)](https://github.com/rxcod9 "rxcod9 (27 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (3 commits)")

---

Tags

alternativecrmeasy-to-usefreefree-crmjoy-voyagerlaravelsuitecrmvoyagerframeworklaraveldemovoyagerjoy

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/joy-voyager-crm-demo/health.svg)

```
[![Health](https://phpackages.com/badges/joy-voyager-crm-demo/health.svg)](https://phpackages.com/packages/joy-voyager-crm-demo)
```

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

751291.4k42](/packages/civicrm-civicrm-core)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M571](/packages/shopware-core)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)

PHPackages © 2026

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