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

AbandonedArchivedLibrary[Admin Panels](/categories/admin)

mattmangoni/nova-blogify-tool
=============================

Create a simple blogging system inside Laravel Nova in one click

v0.6.5(7y ago)221.7k12[1 issues](https://github.com/MattMangoni/nova-blogify-tool/issues)MITPHPPHP &gt;=7.1.0

Since Aug 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/MattMangoni/nova-blogify-tool)[ Packagist](https://packagist.org/packages/mattmangoni/nova-blogify-tool)[ RSS](/packages/mattmangoni-nova-blogify-tool/feed)WikiDiscussions master Synced yesterday

READMEChangelog (7)Dependencies (2)Versions (11)Used By (0)

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

[](#nova-blogify-tool)

[![Latest Stable Version](https://camo.githubusercontent.com/1dc3cfc49ff11810f91cace488b94c768ccde71365f2563fb230a2be1caba3fc/68747470733a2f2f706f7365722e707567782e6f72672f6d6174746d616e676f6e692f6e6f76612d626c6f676966792d746f6f6c2f762f737461626c65)](https://packagist.org/packages/mattmangoni/nova-blogify-tool)[![Total Downloads](https://camo.githubusercontent.com/406c4bdb41d14d46b66ede2b6caadbc6e611932be8c8f994caa416ec62f30b4e/68747470733a2f2f706f7365722e707567782e6f72672f6d6174746d616e676f6e692f6e6f76612d626c6f676966792d746f6f6c2f646f776e6c6f616473)](https://packagist.org/packages/mattmangoni/nova-blogify-tool)[![StyleCI](https://camo.githubusercontent.com/2c9363ebda9b63f5646bf025288ca139c126796030e7f7c2495bc09fcefc6c3e/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3134363231333735372f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/146213757)

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 mattmangoni/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 \Mattmangoni\NovaBlogifyTool\NovaBlogifyTool()
}
```

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

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

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

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

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

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75.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.

###  Release Activity

Cadence

Every ~4 days

Total

7

Last Release

2788d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b8fc8730f4b67254f5055d25ca7236cfe042215bdb6c80cd92b6f7edd34e8f40?d=identicon)[mattmangoni](/maintainers/mattmangoni)

---

Top Contributors

[![MattMangoni](https://avatars.githubusercontent.com/u/373999?v=4)](https://github.com/MattMangoni "MattMangoni (93 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 (6 commits)")

---

Tags

blogblogging-systemlaravellaravel-novalaravelgeneratorbloggingnova

### Embed Badge

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

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

###  Alternatives

[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[lokielse/laravel-admin-generator

An Admin Panel Generator for Laravel 5

712.0k](/packages/lokielse-laravel-admin-generator)

PHPackages © 2026

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