PHPackages                             newpixel/laravel-backpack-blog - 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-blog

ActiveLibrary[Admin Panels](/categories/admin)

newpixel/laravel-backpack-blog
==============================

An admin panel for blog articles on Laravel 5, using https://github.com/Laravel-Backpack/crud. Write articles, with categories and tags.

0.0.3(6y ago)282MITPHPPHP ^7.2

Since Jul 5Pushed 6y ago2 watchersCompare

[ Source](https://github.com/newpixel/laravel-backpack-blog)[ Packagist](https://packagist.org/packages/newpixel/laravel-backpack-blog)[ Docs](https://github.com/newpixel/laravel-backpack-blog)[ RSS](/packages/newpixel-laravel-backpack-blog/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (3)Dependencies (5)Versions (4)Used By (0)

Blog CRUD for Laravel Backpack
==============================

[](#blog-crud-for-laravel-backpack)

[![Latest Version on Packagist](https://camo.githubusercontent.com/42db132d37f49404879eeeec26cd95b4d9ced7bb166e34d3a9a7e55f37539280/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6577706978656c2f6c61726176656c2d6261636b7061636b2d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/newpixel/laravel-backpack-blog)[![Build Status](https://camo.githubusercontent.com/cb1380eb1b5999091af605473c08454226bbcfcffd57a4824b5c68f679b670ff/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e6577706978656c2f6c61726176656c2d6261636b7061636b2d626c6f672f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/newpixel/laravel-backpack-blog)[![Quality Score](https://camo.githubusercontent.com/8351c7a42d91e8718fe1141db49d709eec5765c06438efaf0ab034d5b8251743/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e6577706978656c2f6c61726176656c2d6261636b7061636b2d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/newpixel/laravel-backpack-blog)[![Total Downloads](https://camo.githubusercontent.com/fd7a19ae53ef04ac40b3f21279160b60403c844621aad395abfcbe752c5b490d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6577706978656c2f6c61726176656c2d6261636b7061636b2d626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/newpixel/laravel-backpack-blog)

An admin panel for blog articles on Laravel 5, using [Backpack\\CRUD](https://github.com/Laravel-Backpack/crud). Write articles, with categories and tags.

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

[](#installation)

1. Install the package via composer:

```
composer require newpixel/laravel-backpack-blog

```

2. Publish the config and migration:

```
php artisan vendor:publish --provider="Newpixel\BlogCRUD\BlogCRUDServiceProvider"

```

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 blog:add-sidebar-content-link

```

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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

Every ~2 days

Total

3

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 (4 commits)")

---

Tags

laravelblogarticlesbackpacklaravel-backpack-blog

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[backpack/pagemanager

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

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

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

340375.9k2](/packages/backpack-backupmanager)[backpack/newscrud

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

236159.6k1](/packages/backpack-newscrud)[ziming/json-field-for-backpack

A Json Editor Field for Backpack

3597.3k](/packages/ziming-json-field-for-backpack)[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)[figlabhq/crud-resource-for-backpack

Build CRUD panels using fluent field definitions.

122.1k](/packages/figlabhq-crud-resource-for-backpack)

PHPackages © 2026

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