PHPackages                             itsimplycom/nova-blogify-tool - 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. itsimplycom/nova-blogify-tool

ActiveLibrary[Admin Panels](/categories/admin)

itsimplycom/nova-blogify-tool
=============================

Create a simple blogging system inside Laravel Nova in one click

026PHP

Since Oct 26Pushed 7y ago1 watchersCompare

[ Source](https://github.com/itsimplycom/nova-blogify-tool)[ Packagist](https://packagist.org/packages/itsimplycom/nova-blogify-tool)[ RSS](/packages/itsimplycom-nova-blogify-tool/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Nova Blogify Tool
=================

[](#nova-blogify-tool)

[![Latest Stable Version](https://camo.githubusercontent.com/02576252d914614ddfb3c0cb03d16b6eafc072f2136696e2d9dc394d1789bbf1/68747470733a2f2f706f7365722e707567782e6f72672f697473696d706c79636f6d2f6e6f76612d626c6f676966792d746f6f6c2f762f737461626c65)](https://packagist.org/packages/itsimplycom/nova-blogify-tool)[![Total Downloads](https://camo.githubusercontent.com/20e181669cc858bdfd9afd5826dac9af1d603de2654a0e3d7582c8ffd2b5e21e/68747470733a2f2f706f7365722e707567782e6f72672f697473696d706c79636f6d2f6e6f76612d626c6f676966792d746f6f6c2f646f776e6c6f616473)](https://packagist.org/packages/itsimplycom/nova-blogify-tool)[![StyleCI](https://camo.githubusercontent.com/50bad92aedb6a7a5fb4f4bf44a4e2b5b713a910c56b89311dcf25457d3079ae1/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3135343239363137322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/154296172)

Description
-----------

[](#description)

This tool will create a simple blogging system inside Laravel Nova in just one click. It currently features Category and Post resources, complete with a migration and rollback tool.

In the future I plan to add `tags` and other custom fields as well.

#### Our Next Steps

[](#our-next-steps)

- Make the entire content configurable
- Enhance post resource and migration
- Add tag system

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require itsimplycom/nova-blogify-tool
```

Next, you must register the card with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvder.php

// ...
public function tools()
{
    return [
        // ...

        new \Its\NovaBlogifyTool\NovaBlogifyTool()
}
```

How to use the blog content in your applications
------------------------------------------------

[](#how-to-use-the-blog-content-in-your-applications)

```
use Its\NovaBlogifyTool\Models\Post;
use Its\NovaBlogifyTool\Models\Category;

Route::get('/', function () {
    return view('welcome');
});

Route::get('/posts', function () {
    return Post::all();
});

Route::get('/posts', function () {
    return Category::all();
});
```

Settings
--------

[](#settings)

User model:

```
BLOGIFY_USER_MODEL=App\User
```

User nova resource:

```
BLOGIFY_USER_NOVA_RESOURCE=App\Nova\User
```

Table prefix:

```
BLOGIFY_TABLE_PREFIX=blogify_
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.6% 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/c81ba66f3ec6825eadcf3b4db7c2afd156884dca09bc74cc2dc0e7bf7d4c2fe4?d=identicon)[ngi](/maintainers/ngi)

---

Top Contributors

[![MattMangoni](https://avatars.githubusercontent.com/u/373999?v=4)](https://github.com/MattMangoni "MattMangoni (94 commits)")[![BulgarianHealer](https://avatars.githubusercontent.com/u/8360887?v=4)](https://github.com/BulgarianHealer "BulgarianHealer (24 commits)")[![moleculezz](https://avatars.githubusercontent.com/u/118499?v=4)](https://github.com/moleculezz "moleculezz (10 commits)")[![ngi](https://avatars.githubusercontent.com/u/1949129?v=4)](https://github.com/ngi "ngi (7 commits)")

### Embed Badge

![Health badge](/badges/itsimplycom-nova-blogify-tool/health.svg)

```
[![Health](https://phpackages.com/badges/itsimplycom-nova-blogify-tool/health.svg)](https://phpackages.com/packages/itsimplycom-nova-blogify-tool)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

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