PHPackages                             avast/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. avast/voyager

ActiveLibrary[Admin Panels](/categories/admin)

avast/voyager
=============

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

12.5.1(2mo ago)014↑275%MITPHPPHP ^8.2

Since Aug 19Pushed 2mo agoCompare

[ Source](https://github.com/AvastBY/voyager)[ Packagist](https://packagist.org/packages/avast/voyager)[ RSS](/packages/avast-voyager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (6)Used By (0)

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 tcg/voyager
```

### 1.1. Install Thumbs Module (Optional)

[](#11-install-thumbs-module-optional)

Для установки модуля создания thumbnails выполните:

```
php artisan voyager:install-thumbs
```

Этот модуль добавляет:

- Управление настройками thumbnails в админке
- Автоматическую генерацию thumbnails с поддержкой Intervention Image 3.0
- Trait для удобного использования в моделях
- Поддержку галерей и placeholders

Подробная документация: [THUMBS\_README.md](THUMBS_README.md)

> 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 tcg/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

42

—

FairBetter than 89% of packages

Maintenance92

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~47 days

Total

5

Last Release

73d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9482f2e19b5ac7d143decdbcd8f85a1235865baafb07a8dbcc78938e2b694ec9?d=identicon)[AvastBY](/maintainers/AvastBY)

---

Top Contributors

[![AvastBY](https://avatars.githubusercontent.com/u/28897270?v=4)](https://github.com/AvastBY "AvastBY (17 commits)")

---

Tags

laraveladminpanel

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laraveladminpanel/admin

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

852.1k](/packages/laraveladminpanel-admin)

PHPackages © 2026

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