PHPackages                             mr-vaco/nova-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. mr-vaco/nova-blog

ActiveLibrary[Admin Panels](/categories/admin)

mr-vaco/nova-blog
=================

Blog manager for Laravel Nova

1.0.0(2y ago)014MITPHPPHP ^7.3|^8.0

Since Jul 3Pushed 2y ago1 watchersCompare

[ Source](https://github.com/MrVACO/NovaBlog)[ Packagist](https://packagist.org/packages/mr-vaco/nova-blog)[ RSS](/packages/mr-vaco-nova-blog/feed)WikiDiscussions main Synced 1mo ago

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

[![Mr.VACO Blog plugin](https://camo.githubusercontent.com/5282f701a7c28c21e968701ea059d60f9859501babf3238bf2b07605a5501506/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f4d722e5641434f2f426c6f67253230706c7567696e2e7376673f7072657474792d7469746c653d30266769746875622535427265706f7369746f72792535443d4d725641434f2532464e6f7661426c6f67266d6f64653d6175746f)](https://camo.githubusercontent.com/5282f701a7c28c21e968701ea059d60f9859501babf3238bf2b07605a5501506/68747470733a2f2f707265766965772e647261676f6e2d636f64652e70726f2f4d722e5641434f2f426c6f67253230706c7567696e2e7376673f7072657474792d7469746c653d30266769746875622535427265706f7369746f72792535443d4d725641434f2532464e6f7661426c6f67266d6f64653d6175746f)

> [RU README](./README.ru.md)

Installation
============

[](#installation)

```
composer require mr-vaco/nova-blog

```

```
php artisan vendor:publish --tag=blog-migrations

```

> If the "NovaGallery" component has not been installed previously: [NovaGallery](https://github.com/MrVACO/NovaGallery?tab=readme-ov-file#installation)
>
> If the "NovaStatusesManager" component has not been installed previously: [NovaStatusesManager](https://github.com/MrVACO/NovaStatusesManager?tab=readme-ov-file#installation)

```
php artisan migrate

```

```
php artisan db:seed --class=\\MrVaco\\NovaBlog\\Database\\Seeders\\BlogCategorySeeder

```

Ready! Go to the admin panel and be satisfied with the result! :)

API
---

[](#api)

> All requests return ONLY active records

### Categories

[](#categories)

#### List of categories: `/api/blog/categories`

[](#list-of-categories-apiblogcategories)

```
{
    "data": [],
    "links": {},
    "meta": {}
}
```

#### Get a category by slug: `/api/blog/categories/{slug}`

[](#get-a-category-by-slug-apiblogcategoriesslug)

```
{
    "data": {}
}
```

### Posts

[](#posts)

#### Get post by slug from a category: `/api/blog/categories/{category:slug}/{post:slug}`

[](#get-post-by-slug-from-a-category-apiblogcategoriescategoryslugpostslug)

```
{
    "data": {}
}
```

#### Get posts from a category: `/api/blog/categories/{category:slug}/posts`

[](#get-posts-from-a-category-apiblogcategoriescategoryslugposts)

```
{
    "data": [],
    "links": {},
    "meta": {}
}
```

#### Get "recommended" posts from a category: `/api/blog/categories/{category:slug}/recommended`

[](#get-recommended-posts-from-a-category-apiblogcategoriescategoryslugrecommended)

```
{
    "data": [],
    "links": {},
    "meta": {}
}
```

### Post sorting

[](#post-sorting)

For routes `/api/blog/categories/{category slug}/posts` and `/api/blog/categories/{category slug}/recommended`you can specify the column by which records will be sorted, as well as the sorting direction.

> Sort by column: `order`
>
> Sorting direction: `direction`

For example, sorting by column "updated\_at" with direction "asc":

`/api/blog/categories/{category slug}/posts?order=updated_at&direction=asc`

`/api/blog/categories/{category slug}/recommended?order=updated_at&direction=asc`

> By default, sorting is performed by the column "published\_at" with the direction "desc"

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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 ~48 days

Total

4

Last Release

895d ago

Major Versions

0.1.2 → 1.0.02023-11-26

### Community

Maintainers

![](https://www.gravatar.com/avatar/18bc47ad15ecd7c99e49da8554139f73ef842c1880a133dee25b3323c216acbb?d=identicon)[Mr.VACO](/maintainers/Mr.VACO)

---

Top Contributors

[![MrVACO](https://avatars.githubusercontent.com/u/10116170?v=4)](https://github.com/MrVACO "MrVACO (91 commits)")

---

Tags

laravelblogpostsnova

### Embed Badge

![Health badge](/badges/mr-vaco-nova-blog/health.svg)

```
[![Health](https://phpackages.com/badges/mr-vaco-nova-blog/health.svg)](https://phpackages.com/packages/mr-vaco-nova-blog)
```

###  Alternatives

[binshops/laravel-blog

Simple blog package (with admin panel) for Laravel. Includes all views, controllers, routes and can add a blog to any existing Laravel app. Fully customisable blog (view, urls, and many other options). Includes image uploads and a pretty admin interface to manage your blog. Defaults to /blog but you can change it to anything.

48447.0k](/packages/binshops-laravel-blog)[khalin/nova-link-field

A Laravel Nova Link field.

31562.2k2](/packages/khalin-nova-link-field)[serverfireteam/blog

A nice blog system with laravel and laravelpanel

523.1k](/packages/serverfireteam-blog)

PHPackages © 2026

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