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 3w 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 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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

PHPackages © 2026

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