PHPackages                             cherryoff/nbblog - 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. [Framework](/categories/framework)
4. /
5. cherryoff/nbblog

ActiveLibrary[Framework](/categories/framework)

cherryoff/nbblog
================

Blog package for Laravel

120PHP

Since Nov 12Pushed 11y agoCompare

[ Source](https://github.com/cherryoff/nbblog)[ Packagist](https://packagist.org/packages/cherryoff/nbblog)[ RSS](/packages/cherryoff-nbblog/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel NBBlog
==============

[](#laravel-nbblog)

Simple blog for Laravel

- **Author:** Nick Wishnyakov
- **Version:** 0.1.0

Composer
--------

[](#composer)

To install Nbblog as a Composer package to be used with Laravel 4, simply add this to your composer.json:

```
"cherryoff/nbblog": "dev-master"
```

..and run `composer update`.

Install
-------

[](#install)

Once it's installed, you can register the service provider in `app/config/app.php` in the `providers` array:

```
'providers' => array(
    'Cherryoff\Nbblog\NbblogServiceProvider',
)
```

Then publish the config file with `php artisan config:publish cherryoff/nbblog`. This will add the file `app/config/packages/cherryoff/nbblog/config.php`.

Migrate `php artisan migrate --package="cherryoff/nbblog"`

You can add `'NbblogSeeder' => 'Cherryoff\Nbblog\NbblogSeeder',` in `app/config/app.php` in the `aliases` array

And seed `php artisan db:seed --class="NbblogSeeder"`, for add initial data

Then finally you need to publish the package's assets with the `php artisan asset:publish cherryoff/nbblog` command

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

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/47ec6c43b53b478b405bcea9854aa8b038a26ebaf0e7cb8e50e074fec7540aee?d=identicon)[cherryoff](/maintainers/cherryoff)

---

Top Contributors

[![cherryoff](https://avatars.githubusercontent.com/u/2344575?v=4)](https://github.com/cherryoff "cherryoff (5 commits)")

### Embed Badge

![Health badge](/badges/cherryoff-nbblog/health.svg)

```
[![Health](https://phpackages.com/badges/cherryoff-nbblog/health.svg)](https://phpackages.com/packages/cherryoff-nbblog)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M296](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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