PHPackages                             nick-kh/new-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. nick-kh/new-voyager

ActiveLibrary[Admin Panels](/categories/admin)

nick-kh/new-voyager
===================

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

v1.2.3(1y ago)0124MITPHPPHP ^7.3|^7.4|^8.0|^8.1|^8.2|^8.3

Since Feb 7Pushed 1y agoCompare

[ Source](https://github.com/Bossman1/new-voyager)[ Packagist](https://packagist.org/packages/nick-kh/new-voyager)[ Docs](https://voyager.devdojo.com/)[ GitHub Sponsors](https://github.com/emptynick)[ GitHub Sponsors](https://github.com/fletch3555)[ RSS](/packages/nick-kh-new-voyager/feed)WikiDiscussions 1.7 Synced 3w ago

READMEChangelog (10)Dependencies (12)Versions (19)Used By (0)

🚀 New Voyager Admin Panel for Laravel 12
========================================

[](#-new-voyager-admin-panel-for-laravel-12)

[![Laravel Version](https://camo.githubusercontent.com/d0a87ddbe49c4f858ae45e97d5ae5ae2fe6e6d73872d6329641b35e4992637f5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31322e302d7265642e7376673f7374796c653d666c61742d737175617265266c6f676f3d6c61726176656c)](https://laravel.com)[![PHP Version](https://camo.githubusercontent.com/0316311e2b26e24199c6a3e227ac3f35e44476616c4e8e51969d1ffe5ef5f407/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e332d3737374242342e7376673f7374796c653d666c61742d737175617265266c6f676f3d706870)](https://php.net)[![MySQL Version](https://camo.githubusercontent.com/58b51e1c5866b9d0096ec2bfd9994be5a33f9a0b366f7e3a49cba269ac8673f8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d7953514c2d352e372d3434373941312e7376673f7374796c653d666c61742d737175617265266c6f676f3d6d7973716c)](https://www.mysql.com)[![License](https://camo.githubusercontent.com/1b01ef0024ba0866c115986b895301f657c1b21fc29f05c4844b7f2e8d89204d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d79656c6c6f772e7376673f7374796c653d666c61742d737175617265)](LICENSE)

> A powerful and modern admin panel for Laravel 12, designed to make your development process faster and more efficient.

---

✨ Prerequisites
---------------

[](#-prerequisites)

RequirementVersionLaravel12.0PHP8.3MySQL5.7---

📦 Installation Guide
--------------------

[](#-installation-guide)

### 🛠️ Setting Up Laravel Project

[](#️-setting-up-laravel-project)

1. **Install new Laravel project**
2. **Enter project root directory and run:**

    ```
    composer install
    ```
3. **Configure environment:**

    - Create `.env` file
    - Configure database (MySQL recommended)
4. **Generate application key:**

    ```
    php artisan key:generate
    ```
5. **Create storage link:**

    ```
    php artisan storage:link
    ```
6. **Install and build assets:**

    ```
    npm install && npm run build
    ```
7. **Run migrations:**

    ```
    php artisan migrate
    ```

### 🎯 Installing New-Voyager Package

[](#-installing-new-voyager-package)

1. **Install the package:**

    ```
    composer require nick-kh/new-voyager
    ```

    Note: if you receive error like this:

    - laravel/framework is locked to version v12.2.0 and an update of this package was not requested.
    - carbonphp/carbon-doctrine-types 3.2.0 conflicts with doctrine/dbal 3.9.2.

    **Just delete composer.lock file and run command again**
2. **Choose installation type:**

    ```
    # With dummy data
    php artisan new-voyager:install --with-dummy

    # Clean installation
    php artisan new-voyager:install
    ```
3. **Start the development server:**

    ```
    php artisan serve
    ```

    Then visit: [`http://localhost:8000/admin`](http://localhost:8000/admin)
4. **Default Admin Credentials** (if installed with dummy data):

    ```
    📧 Email: admin@admin.com
    🔑 Password: password

    ```

### 👥 Admin User Management

[](#-admin-user-management)

**Assign admin privileges to existing user:**

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

**Create new admin user:**

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

---

📚 Documentation
---------------

[](#-documentation)

For comprehensive documentation, visit the [Official Voyager Documentation](https://voyager-docs.devdojo.com/) 📖

📝 License
---------

[](#-license)

This project is licensed under the [MIT License](LICENSE) - see the LICENSE file for details.

---

**Made with ❤️ for the Laravel Community**

[Report Bug](https://github.com/Bossman1/laravelvoyager/issues) · [Request Feature](https://github.com/Bossman1/laravelvoyager/issues)

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance42

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

19

Last Release

470d ago

Major Versions

v0.01 → v1.0.02025-03-03

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8250426?v=4)[Bossman1](/maintainers/Bossman1)[@Bossman1](https://github.com/Bossman1)

---

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 (378 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 (187 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)")[![vscodeart](https://avatars.githubusercontent.com/u/160016529?v=4)](https://github.com/vscodeart "vscodeart (22 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)")

---

Tags

laraveladminpanel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nick-kh-new-voyager/health.svg)

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

PHPackages © 2026

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