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

ActivePackage[Admin Panels](/categories/admin)

devig/voyager-projects
======================

Projects for the voyager admin panel.

v0.1.2(6y ago)04MITPHP

Since Dec 7Pushed 6y agoCompare

[ Source](https://github.com/devig/voyager-projects)[ Packagist](https://packagist.org/packages/devig/voyager-projects)[ RSS](/packages/devig-voyager-projects/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (4)Versions (5)Used By (0)

Voyager Projects
================

[](#voyager-projects)

This package provides a basic model and views for the [laravel voyager](https://laravelvoyager.com) admin panel.

*Note:* This package does not use the hooks extension management from voyager.

Installation
============

[](#installation)

You can install this package using composer.

```
composer require tjventurini/voyager-projects
```

This package needs to have the `voyager.prefix` settings available in the voyager configuration file. Put the following to the top of your voyager configuration file configuration.

```
return [

    /*
    |--------------------------------------------------------------------------
    | Voyager Prefix
    |--------------------------------------------------------------------------
    |
    | The global voyager prefix (eg. `admin`). Make sure that it is the same
    | slug, as in voyager.user.redirect setting below.
    |
    */

    'prefix' => 'admin',

    ...
```

After updating the voyager configuration, you can just call the `install` command of this package.

```
php artisan voyager-projects:install
```

If you want to install voyager or the demo content with it, you can add the following flags.

```
php artisan voyager-projects:install --voyager --demo
```

If you ever need to republish all assets of this package, you can use the `--force` flag for that.

```
php artisan voyager-projects:install --force
```

Of course you can combine all of these flags.

Projects Widget
---------------

[](#projects-widget)

The project widget is a small utility, that helps you select the project scope you want to work with and save it to the session. To add it to the voyager navigation, just copy the following line into your `resources/views /vendor/voyager/dashboard/sidebar.blade.php` file inside of your voyager resources.

```

    @include('voyager::projects.dashboard.project_select')

```

Now you should have a drop-down item in the navigation of your voyager admin panel. There you can select the project you want to work in.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.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 ~9 days

Total

4

Last Release

2370d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ca297b1115bd1d75f9d8878151d27f4ea982528c8d6f74821d1c0dbdfe246dbe?d=identicon)[sait4seo](/maintainers/sait4seo)

---

Top Contributors

[![tjventurini](https://avatars.githubusercontent.com/u/4708070?v=4)](https://github.com/tjventurini "tjventurini (68 commits)")[![devig](https://avatars.githubusercontent.com/u/2635075?v=4)](https://github.com/devig "devig (1 commits)")

### Embed Badge

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

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

###  Alternatives

[backpack/pagemanager

Create admin panels for presentation websites on Laravel, using page templates and Backpack\\CRUD.

376543.9k6](/packages/backpack-pagemanager)[backpack/newscrud

An admin panel for news with categories and tags, using Backpack\\CRUD on Laravel 5.

238163.8k1](/packages/backpack-newscrud)[litstack/litstack

Laravel Content-Administration

86032.5k8](/packages/litstack-litstack)[binshops/laravel-blog

Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.

48651.4k](/packages/binshops-laravel-blog)[joy/voyager-datatable

joy voyager datatable

1538.8k44](/packages/joy-voyager-datatable)[provision/administration

Laravel administration

123.7k2](/packages/provision-administration)

PHPackages © 2026

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