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

ActiveProject[Framework](/categories/framework)

joy/voyager-laravel-demo
========================

Voyager Demo

v2.0.15(3y ago)5991[10 PRs](https://github.com/rxcod9/joy-voyager-laravel-demo/pulls)MITPHPPHP ^8.1

Since Jun 14Pushed 2mo ago1 watchersCompare

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

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

[![Latest Version](https://camo.githubusercontent.com/656892609a9969bdd80bcdebc85af7a07f8bb6f956ab27b370d79b7b984264d8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f7278636f64392f6a6f792d766f79616765722d6c61726176656c2d64656d6f3f7374796c653d666c61742d737175617265)](https://github.com/rxcod9/joy-voyager-laravel-demo/releases)[![GitHub Workflow Status](https://camo.githubusercontent.com/958033d530f45c00c68cf90cc1789275d4f0ca160077632464045ae52d0aea02/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7278636f64392f6a6f792d766f79616765722d6c61726176656c2d64656d6f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473)](https://camo.githubusercontent.com/958033d530f45c00c68cf90cc1789275d4f0ca160077632464045ae52d0aea02/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f7278636f64392f6a6f792d766f79616765722d6c61726176656c2d64656d6f2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473)[![Total Downloads](https://camo.githubusercontent.com/e811521f0ce8cc1f86a55f640ba7e3b1265a12a5d47dc0feebdf08f1cd483665/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a6f792f766f79616765722d6c61726176656c2d64656d6f2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/joy/voyager-laravel-demo)

**Joy Voyager** - Laravel Demo
==============================

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

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

---

Laravel Admin &amp; BREAD System

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

[](#working-example)

You can try Laravel Demo here .

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

[](#installation-steps)

### 1. Clone repo/Install Using Composer

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

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

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

# OR Install using composer
composer create-project joy/voyager-laravel-demo
cd voyager-laravel-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

43

—

FairBetter than 91% of packages

Maintenance58

Moderate activity, may be stable

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 74.6% 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 ~11 days

Total

53

Last Release

1198d ago

Major Versions

v1.2.33 → v2.0.32022-09-04

v1.2.34 → v2.0.42022-09-05

v1.2.35 → v2.0.52022-09-06

v1.2.36 → v2.0.62022-10-13

PHP version history (3 changes)1.0.0PHP ^7.3|^8.0

v1.2.29PHP ^7.3|^8.0.0

v2.0.3PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/95a00608fbd641680d1bbc969c8e820f4fbc1b72f2080fcbdb18c8c552857e2b?d=identicon)[rxcod9](/maintainers/rxcod9)

---

Top Contributors

[![rxcod9](https://avatars.githubusercontent.com/u/14928642?v=4)](https://github.com/rxcod9 "rxcod9 (144 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (43 commits)")[![renovate[bot]](https://avatars.githubusercontent.com/in/2740?v=4)](https://github.com/renovate[bot] "renovate[bot] (5 commits)")[![krishhna13](https://avatars.githubusercontent.com/u/6690244?v=4)](https://github.com/krishhna13 "krishhna13 (1 commits)")

---

Tags

apidatatabledemoexportimportjoyjoy-voyagerlaravellaravel-adminpassportphpswaggervoyagerframeworklaraveldemovoyagerjoy

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

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

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

###  Alternatives

[bagisto/bagisto

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

22.0k32.8k1](/packages/krayin-laravel-crm)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[bytefury/crater

Free &amp; Open Source Invoice App for Individuals &amp; Small Businesses. https://craterapp.com

8.3k4.2k](/packages/bytefury-crater)

PHPackages © 2026

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