PHPackages                             newpixel/laravel-backpack-static-page - 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. newpixel/laravel-backpack-static-page

ActiveLibrary[Admin Panels](/categories/admin)

newpixel/laravel-backpack-static-page
=====================================

Laravel Backpack Static Pages CRUD

1.0.0(6y ago)171MITPHPPHP ^7.2

Since Jul 9Pushed 6y ago1 watchersCompare

[ Source](https://github.com/newpixel/laravel-backpack-static-page)[ Packagist](https://packagist.org/packages/newpixel/laravel-backpack-static-page)[ Docs](https://github.com/newpixel/laravel-backpack-static-page)[ RSS](/packages/newpixel-laravel-backpack-static-page/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Static Pages CRUD for Laravel Backpack
======================================

[](#static-pages-crud-for-laravel-backpack)

[![Latest Version on Packagist](https://camo.githubusercontent.com/19f59a82387d657481db757cbe1c7bab5e6d0550c8e7856399e255e3fb08f427/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6577706978656c2f6c61726176656c2d6261636b7061636b2d7374617469632d706167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/newpixel/laravel-backpack-static-page)[![Build Status](https://camo.githubusercontent.com/79d8dadb2a7fc41b3d342fd814dcee9a6fef2e6e143def73a4e5216fcdb44c57/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e6577706978656c2f6c61726176656c2d6261636b7061636b2d7374617469632d706167652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/newpixel/laravel-backpack-static-page)[![Quality Score](https://camo.githubusercontent.com/1be551f9c152114e7becca3afce9d77b844993ce09781a257b9934d2b4bd67d0/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e6577706978656c2f6c61726176656c2d6261636b7061636b2d7374617469632d706167652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/newpixel/laravel-backpack-static-page)[![Total Downloads](https://camo.githubusercontent.com/6af074760afcb5c3d608e718d67d99d814467f51833f2e9409e3781f5089be8d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6577706978656c2f6c61726176656c2d6261636b7061636b2d7374617469632d706167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/newpixel/laravel-backpack-static-page)

An admin panel for static pages on Laravel 5, using [Backpack\\CRUD](https://github.com/Laravel-Backpack/crud).

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

[](#installation)

1. Install the package via composer:

```
composer require newpixel/laravel-backpack-static-page

```

2. Publish the config and migration:

```
php artisan vendor:publish --provider="Newpixel\StaticPageCRUD\StaticPageCRUDServiceProvider"

```

3. Run the migration to have the database table the package needs

```
php artisan migrate

```

4. Run command to add tree links to resources/views/vendor/backpack/base/inc/sidebar\_content.blade.php:

```
php artisan pixeltour:add-sidebar-static-page-links

```

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Catalin Prodan](https://github.com/newpixel)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

Laravel Package Boilerplate
---------------------------

[](#laravel-package-boilerplate)

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity54

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2499d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3352723?v=4)[Catalin Prodan](/maintainers/prodixx)[@prodixx](https://github.com/prodixx)

---

Top Contributors

[![prodixx](https://avatars.githubusercontent.com/u/3352723?v=4)](https://github.com/prodixx "prodixx (3 commits)")

---

Tags

newpixellaravel-backpack-static-page

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/newpixel-laravel-backpack-static-page/health.svg)

```
[![Health](https://phpackages.com/badges/newpixel-laravel-backpack-static-page/health.svg)](https://phpackages.com/packages/newpixel-laravel-backpack-static-page)
```

###  Alternatives

[backpack/pagemanager

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

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

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

236159.6k1](/packages/backpack-newscrud)[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[slowlyo/owl-admin

基于 laravel、amis 开发的后台框架~

61214.2k26](/packages/slowlyo-owl-admin)[takielias/tablar-kit

The Elegance of Tablar Dashboard

413.4k](/packages/takielias-tablar-kit)[adminui/inertia-routes

A hybrid JS/PHP package adding Ziggy-routes functionality to your Laravel/Inertia/Vue3 application

183.2k](/packages/adminui-inertia-routes)

PHPackages © 2026

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