PHPackages                             parabellumkoval/backpack-pages - 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. [API Development](/categories/api)
4. /
5. parabellumkoval/backpack-pages

ActiveLibrary[API Development](/categories/api)

parabellumkoval/backpack-pages
==============================

Implement Api Pages API &amp; MYSQL for backpack

0.1.x-dev(2y ago)1125MITPHPPHP &gt;=7.4

Since Jul 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/parabellumKoval/backpack-pages)[ Packagist](https://packagist.org/packages/parabellumkoval/backpack-pages)[ Docs](https://github.com/parabellumkoval/backpack-pages)[ RSS](/packages/parabellumkoval-backpack-pages/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (2)Used By (0)

Backpack-articles
=================

[](#backpack-articles)

[![Build Status](https://camo.githubusercontent.com/2bdde0a32cbfdaf9cc0f9728e02933b0b7a27262bb7480cc34323560caf7920f/68747470733a2f2f7472617669732d63692e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d70616765732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/parabellumKoval/backpack-pages)[![Coverage Status](https://camo.githubusercontent.com/5043a8550c911ec2bcdc3ea99d1fe2a8a1e7eae9e8f036f9a6d98261bae469f0/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d70616765732f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/parabellumKoval/backpack-pages?branch=master)

[![Packagist](https://camo.githubusercontent.com/cdd7ea171feaeda1a03b524f31a29eaa55c5ce5a9c4d0696e008820a780b84b0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d70616765732e737667)](https://packagist.org/packages/parabellumKoval/backpack-pages)[![Packagist](https://camo.githubusercontent.com/a1083a67109947e8e8606a2cf44f0282b1a14ab15090c760adfaed38cadb724d/68747470733a2f2f706f7365722e707567782e6f72672f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d70616765732f642f746f74616c2e737667)](https://packagist.org/packages/parabellumKoval/backpack-pages)[![Packagist](https://camo.githubusercontent.com/41d42a182d2900b67f0b6d0c7d50a14d0cb2206aba9f86dbf0ae19923ece4752/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7061726162656c6c756d4b6f76616c2f6261636b7061636b2d70616765732e737667)](https://packagist.org/packages/parabellumKoval/backpack-pages)

This package provides a quick starter kit for implementing pages for Laravel Backpack. Provides a database, CRUD interface, API routes and more.

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

[](#installation)

Install via composer

```
composer require parabellumKoval/backpack-pages
```

Migrate

```
php artisan migrate
```

### Publish

[](#publish)

#### Configuration File

[](#configuration-file)

```
php artisan vendor:publish --provider="Backpack\Pages\ServiceProvider" --tag="config"
```

#### Views File

[](#views-file)

```
php artisan vendor:publish --provider="Backpack\Pages\ServiceProvider" --tag="views"
```

#### Migrations File

[](#migrations-file)

```
php artisan vendor:publish --provider="Backpack\Pages\ServiceProvider" --tag="migrations"
```

#### Routes File

[](#routes-file)

```
php artisan vendor:publish --provider="Backpack\Pages\ServiceProvider" --tag="routes"
```

Usage
-----

[](#usage)

### Seeders

[](#seeders)

```
php artisan db:seed --class="Backpack\Pages\database\seeders\PagesSeeder"
```

Security
--------

[](#security)

If you discover any security related issues, please email instead of using the issue tracker.

Credits
-------

[](#credits)

- [](https://github.com/parabellumKoval/backpack-pages)
- [All contributors](https://github.com/parabellumKoval/backpack-pages/graphs/contributors)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1011d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a9edb05ebf647a1976e4dbf92497c0186607984165f62b97b6498a01e9141ab?d=identicon)[parabellumKoval](/maintainers/parabellumKoval)

---

Top Contributors

[![parabellumKoval](https://avatars.githubusercontent.com/u/27732309?v=4)](https://github.com/parabellumKoval "parabellumKoval (1 commits)")

---

Tags

laravelpagesbackpackparabellumKoval

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/parabellumkoval-backpack-pages/health.svg)

```
[![Health](https://phpackages.com/badges/parabellumkoval-backpack-pages/health.svg)](https://phpackages.com/packages/parabellumkoval-backpack-pages)
```

PHPackages © 2026

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