PHPackages                             tuyck/voyager - 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. [Admin Panels](/categories/admin)
4. /
5. tuyck/voyager

ActiveLibrary[Admin Panels](/categories/admin)

tuyck/voyager
=============

A Laravel Admin Package to make your life easier and steer your project in the right direction

v1.8.0(1y ago)014MITPHPPHP ^8.2|^8.3CI failing

Since May 24Pushed 1mo agoCompare

[ Source](https://github.com/tuyck/voyager)[ Packagist](https://packagist.org/packages/tuyck/voyager)[ Docs](https://voyager.devdojo.com/)[ RSS](/packages/tuyck-voyager/feed)WikiDiscussions 1.6 Synced today

READMEChangelog (9)Dependencies (11)Versions (66)Used By (0)

Warning

The main Voyager repository is archived by [The Control Group](https://www.thecontrolgroup.com) as there are many more modern options available. You may still use Voyager, but it will not be receiving any more updates.

Note

This repository is fun place for my personal usage and still is under adjustment

[![Total Downloads](https://camo.githubusercontent.com/aff7720ed751d2b5fbf8b7e6041680f6ab15a40084f47bf477d7bb2535aa0974/68747470733a2f2f706f7365722e707567782e6f72672f747579636b2f766f79616765722f646f776e6c6f6164732e7376673f666f726d61743d666c6174)](https://packagist.org/packages/tuyck/voyager)[![Latest Stable Version](https://camo.githubusercontent.com/f8509e10041ad15e932dbdcf5e2dd32db8185c70c86e477b72e26be3e11e8e74/68747470733a2f2f706f7365722e707567782e6f72672f747579636b2f766f79616765722f762f737461626c652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/tuyck/voyager)[![License](https://camo.githubusercontent.com/b54814969e29d0291d8781ed0d782787e08aec7a812cc208b74b45246cedaa54/68747470733a2f2f706f7365722e707567782e6f72672f747579636b2f766f79616765722f6c6963656e73652e7376673f666f726d61743d666c6174)](https://packagist.org/packages/tuyck/voyager)[![Awesome Voyager](https://camo.githubusercontent.com/2727609d8bfde9ba1a95be1449eb878bfafa4d76789ba05661857e2c8ac70fa1/68747470733a2f2f63646e2e7261776769742e636f6d2f73696e647265736f726875732f617765736f6d652f643733303566333864323966656437386661383536353265336136336531353464643865383832392f6d656469612f62616467652e737667)](https://github.com/larapack/awesome-voyager)

**V**oyager - The Missing Laravel Admin
=======================================

[](#voyager---the-missing-laravel-admin)

[![Voyager Screenshot](https://camo.githubusercontent.com/db4ab326d29dcd7ba338cfdb211d80468c31b2ce211b45b606637059d2f89c75/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f746865636f6e74726f6c67726f75702f766f79616765722d73637265656e73686f742e706e67)](https://camo.githubusercontent.com/db4ab326d29dcd7ba338cfdb211d80468c31b2ce211b45b606637059d2f89c75/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f746865636f6e74726f6c67726f75702f766f79616765722d73637265656e73686f742e706e67)

Website &amp; Documentation:

Video Tutorial Here:

View the Voyager Cheat Sheet:

---

Laravel Admin &amp; BREAD System (Browse, Read, Edit, Add, &amp; Delete), supporting Laravel 8 and newer!

> Want to use Laravel 9? Use [Voyager 1.6](https://github.com/tuyck/voyager/tree/1.6)

> Want to use Laravel 10? Use [Voyager 1.7](https://github.com/tuyck/voyager/tree/1.7)

> Want to use Laravel 11? Use [Voyager 1.8](https://github.com/tuyck/voyager/tree/1.8)

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

[](#installation-steps)

### 1. Require the Package

[](#1-require-the-package)

After creating your new Laravel application you can include the Voyager package with the following command:

```
composer require tuyck/voyager
```

> If you are installing this on Laravel 10, we are working on getting a permanent release available; however, you can still use this with Larvel 10 by requiring the following:

```
composer require tuyck/voyager dev-1.6-l10
```

### 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

49

—

FairBetter than 94% of packages

Maintenance66

Regular maintenance activity

Popularity7

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity92

Battle-tested with a long release history

 Bus Factor3

3 contributors hold 50%+ of commits

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 ~54 days

Total

62

Last Release

40d ago

Major Versions

v0.11.14 → v1.0.102017-12-22

PHP version history (5 changes)v1.4.3PHP ^7.3|^7.4|^8.0

v1.7PHP ^7.3|^7.4|^8.0|^8.1|^8.2

v1.8.0PHP ^8.2|^8.3

v1.7.1PHP ^7.3|^7.4|^8.0|^8.1|^8.2|^8.3

v1.7.6PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/487089f3bb7ea1031a88e9a5cec657da6ed0788dfa51f835f68b8394b059c34f?d=identicon)[nazarialireza](/maintainers/nazarialireza)

---

Top Contributors

[![marktopper](https://avatars.githubusercontent.com/u/2232539?v=4)](https://github.com/marktopper "marktopper (754 commits)")[![tnylea](https://avatars.githubusercontent.com/u/601261?v=4)](https://github.com/tnylea "tnylea (371 commits)")[![akazorg](https://avatars.githubusercontent.com/u/34574?v=4)](https://github.com/akazorg "akazorg (203 commits)")[![emptynick](https://avatars.githubusercontent.com/u/2482942?v=4)](https://github.com/emptynick "emptynick (183 commits)")[![fletch3555](https://avatars.githubusercontent.com/u/1387843?v=4)](https://github.com/fletch3555 "fletch3555 (142 commits)")[![MrCrayon](https://avatars.githubusercontent.com/u/6875243?v=4)](https://github.com/MrCrayon "MrCrayon (96 commits)")[![Frondor](https://avatars.githubusercontent.com/u/5123709?v=4)](https://github.com/Frondor "Frondor (81 commits)")[![handiwijoyo](https://avatars.githubusercontent.com/u/4060094?v=4)](https://github.com/handiwijoyo "handiwijoyo (74 commits)")[![davodavodavo3](https://avatars.githubusercontent.com/u/10462563?v=4)](https://github.com/davodavodavo3 "davodavodavo3 (51 commits)")[![antranapp](https://avatars.githubusercontent.com/u/478757?v=4)](https://github.com/antranapp "antranapp (38 commits)")[![maiorano84](https://avatars.githubusercontent.com/u/3030410?v=4)](https://github.com/maiorano84 "maiorano84 (33 commits)")[![fergthh](https://avatars.githubusercontent.com/u/9524225?v=4)](https://github.com/fergthh "fergthh (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (25 commits)")[![ctf0](https://avatars.githubusercontent.com/u/7388088?v=4)](https://github.com/ctf0 "ctf0 (18 commits)")[![gabrieljaime](https://avatars.githubusercontent.com/u/11546752?v=4)](https://github.com/gabrieljaime "gabrieljaime (17 commits)")[![sikhub](https://avatars.githubusercontent.com/u/4103737?v=4)](https://github.com/sikhub "sikhub (17 commits)")[![DODMax](https://avatars.githubusercontent.com/u/1137276?v=4)](https://github.com/DODMax "DODMax (16 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (14 commits)")[![MujtabaFR](https://avatars.githubusercontent.com/u/7612635?v=4)](https://github.com/MujtabaFR "MujtabaFR (14 commits)")[![cyrildewit](https://avatars.githubusercontent.com/u/16477999?v=4)](https://github.com/cyrildewit "cyrildewit (13 commits)")

---

Tags

laraveladminpanel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tuyck-voyager/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

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

Laravel Boilerplate based on AdminLTE 3 with blade components, user management, roles, permissions, logs viewer, ...

29420.1k3](/packages/sebastienheyd-boilerplate)

PHPackages © 2026

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