PHPackages                             lenboard/voyager-api-admin - 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. lenboard/voyager-api-admin

ActiveLibrary[Admin Panels](/categories/admin)

lenboard/voyager-api-admin
==========================

3212CSS

Since Jul 4Pushed 7y ago2 watchersCompare

[ Source](https://github.com/lenboard/voyager-api-admin)[ Packagist](https://packagist.org/packages/lenboard/voyager-api-admin)[ RSS](/packages/lenboard-voyager-api-admin/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel api source with voyager admin package
---------------------------------------------

[](#laravel-api-source-with-voyager-admin-package)

This package install source code for laravel api project and install voyager admin package

Installation
------------

[](#installation)

At the first you need have empty laravel project. Next step is Either run

```
php composer.phar require lenboard/voyager-api-admin
```

or add

```
"lenboard/voyager-api-admin": "dev-master"

```

to the require section of your `composer.json` file.

Next you need update composer packages by command:

`composer update`

This command install needing package to empty laravel project.

Basic usage
-----------

[](#basic-usage)

1. Add `Lenboard\VoyagerApiAdmin\VoyagerApiAdminServiceProvider::class` to **app/config.php** file at the section providers.
2. Run the command at root directory project

```
php artisan vendor:publish --force
```

and choose `Provider: Lenboard\VoyagerApiAdmin\VoyagerApiAdminServiceProvider`

This command copy need files to you project. Be carefully, this command overwrite some files at project.

In the next step you must configure project config file (.env). You must editing database configuration and application url (APP\_URL). If you did this earlier, you can skip this step. Then you must run commands:

```
php composer.phar dump-autoload && php artisan migrate:fresh --seed
```

This commands create needed database structure and paste some information to database. Next step is include file routes/voyager-admin-api-routes.php to file routes/web.php

```
//...
include __DIR__ . '/voyager-admin-api-routes.php';
//...
```

Create symlink to storage directory. Command for this is:

```
php artisan storage:link
```

That is finish. For access to admin panel go to the link **http(s)://example.com**/admin

Access for admin: **email:** **password:** password

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/26528b77f12dd262359edb89843ad4ffbf646a5cda4609bd3333bf37b0062d5d?d=identicon)[lenboard](/maintainers/lenboard)

---

Top Contributors

[![evgeniy-bublik](https://avatars.githubusercontent.com/u/11794472?v=4)](https://github.com/evgeniy-bublik "evgeniy-bublik (1 commits)")

### Embed Badge

![Health badge](/badges/lenboard-voyager-api-admin/health.svg)

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

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