PHPackages                             carloscolmenarez/navia - 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. carloscolmenarez/navia

ActiveLibrary[Admin Panels](/categories/admin)

carloscolmenarez/navia
======================

A modern Laravel admin panel based on Voyager — refactored, extended, and modernized.

01PHPCI passing

Since Feb 1Pushed 3mo agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

🌊 **N**avia
===========

[](#-navia)

A modern Laravel admin panel featuring a role-based BREAD system (browse, read, edit, add and delete), built as an evolution of [Voyager](https://github.com/thedevdojo/voyager).

⚙️ Installation
---------------

[](#️-installation)

### 1️⃣ Install Navia using Composer

[](#1️⃣-install-navia-using-composer)

Run the following command from your Laravel project root:

```
composer require carloscolmenarez/navia
```

### 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 navia. 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 Navia without dummy simply run

```
php artisan navia:install
```

If you prefer installing it with dummy run

```
php artisan navia: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 navia: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 navia:admin your@email.com --create
```

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

🙏 Acknowledgements
------------------

[](#-acknowledgements)

Navia builds upon the amazing work of the original [Voyager](https://github.com/thedevdojo/voyager) package. All credit and appreciation go to the original creators for their contribution to the Laravel ecosystem.

Enjoy! 🚤
--------

[](#enjoy-)

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance57

Moderate activity, may be stable

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/87dfca9987f94baf1308ec16f4cd2c71f0caa1cb9a5a063444440a096e9bb563?d=identicon)[carloscolmenarez](/maintainers/carloscolmenarez)

---

Top Contributors

[![carloscolbe](https://avatars.githubusercontent.com/u/22163240?v=4)](https://github.com/carloscolbe "carloscolbe (16 commits)")

---

Tags

admin-paneldashboarddatabase-managementlaravelmysqlphp-libraryrole-based-access-control

### Embed Badge

![Health badge](/badges/carloscolmenarez-navia/health.svg)

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

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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