PHPackages                             clevyr/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. clevyr/nova-blog

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

clevyr/nova-blog
================

A Laravel Nova tool.

v4.0.6(3y ago)115.3k↓25%[1 issues](https://github.com/clevyr/nova-blog/issues)MITPHPPHP &gt;=7.1.0

Since Apr 26Pushed 2y ago4 watchersCompare

[ Source](https://github.com/clevyr/nova-blog)[ Packagist](https://packagist.org/packages/clevyr/nova-blog)[ RSS](/packages/clevyr-nova-blog/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (5)Versions (22)Used By (0)

Clevyr Nova Blog Resource
=========================

[](#clevyr-nova-blog-resource)

#### Features

[](#features)

1. Title
2. Author
3. Snippet
4. Locales
5. Customizable slug
6. Featured posts
7. Customizable published-at dates
8. "Published" or "draft" status
9. RTE content (TinyMCE)
10. Featured image for posts
11. Categories
12. Tags (separate from Categories)
13. Custom SEO information (title, description and image)

#### Requirements

[](#requirements)

Vue 3
Laravel 8+
Nova 3.0+

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

[](#installation)

Install the package

```
composer require clevyr/nova-blog

```

### Publish Files

[](#publish-files)

```
php artisan vendor:publish --tag=clevyr-nova-blog
php artisan vendor:publish --provider="Emilianotisato\NovaTinyMCE\FieldServiceProvider"

```

### Run Migrations

[](#run-migrations)

```
php artisan migrate

```

Config
------

[](#config)

#### Blog Post Settings

[](#blog-post-settings)

```
nova-blog.php

```

OptionDescriptionAccepted Valuesblog\_posts\_tableThe database table name where posts should be storedStringpost\_modelThe Eloquent model for the postsEloquent Model Classnova\_resourceThe Nova Resource file for the postsNova Resource Classbase\_uriThe base URI for blogs. ex: website.com`/blog`String with leading `/`post\_uriThe base URI for blogs posts. ex: website.com/blog`/post`/post-slugString with leading `/`localesAn array of locales with a key =&gt; value of 'locale\_slug' =&gt; 'locale display string'Array#### Tag &amp; Category Settings

[](#tag--category-settings)

```
tags.php

```

Reference 3rd party package -

Accessing Data
--------------

[](#accessing-data)

### Via Routes

[](#via-routes)

#### Fetch all published posts

[](#fetch-all-published-posts)

Route: `$base_uri/get-published-posts`
Example: `/blog/get-published-posts`
Returns: JSON of all published blog posts

#### Fetch individual post

[](#fetch-individual-post)

Route: `$base_uri/$post_uri/{post_slug}`
Example: `/blog/post/my-blog-post`
Returns: Eloquent object of Post model

#### Fetch all published posts with a certain tag or category applied

[](#fetch-all-published-posts-with-a-certain-tag-or-category-applied)

Route: `$base_uri/filter?type={category or tag name}`
Example: `/blog/filter?type=tag1`
Returns: Array of Eloquent objects of Post model

Setting Default Images
----------------------

[](#setting-default-images)

To set default images for posts, featured images or seo images, you can create a new migration to change the default value.

```
Schema::table(config('nova-blog.blog_posts_table'), function (Blueprint $table) {
    $table->string('featured_image')->default('/path-to-image')->change();
});

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.9% 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 ~7 days

Recently: every ~23 days

Total

18

Last Release

1365d ago

Major Versions

0.0.2 → 1.0.02022-05-05

1.0.6 → v4.0.02022-05-16

1.0.7 → v4.0.42022-06-13

v1.0.8 → v4.0.62022-08-22

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/826043?v=4)[Clevyr](/maintainers/clevyr)[@clevyr](https://github.com/clevyr)

---

Top Contributors

[![gvinson](https://avatars.githubusercontent.com/u/4105281?v=4)](https://github.com/gvinson "gvinson (29 commits)")[![alkrauss48](https://avatars.githubusercontent.com/u/1478883?v=4)](https://github.com/alkrauss48 "alkrauss48 (4 commits)")[![gabe565](https://avatars.githubusercontent.com/u/7717888?v=4)](https://github.com/gabe565 "gabe565 (2 commits)")

---

Tags

laravelnova

### Embed Badge

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

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

###  Alternatives

[spatie/nova-tags-field

A tags field for Nova apps

3021.9M7](/packages/spatie-nova-tags-field)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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