PHPackages                             sohbatiha/nova-posts - 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. sohbatiha/nova-posts

ActiveLibrary[Admin Panels](/categories/admin)

sohbatiha/nova-posts
====================

A powerful package to add posts resource to nova panel .

v1.0.3(5y ago)010MITPHPPHP ^7.1.3|7.2.\*|7.3.\*|7.4.\*

Since Dec 16Pushed 5y ago1 watchersCompare

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

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

nova posts resource package
===========================

[](#nova-posts-resource-package)

### A powerful package to add posts resource to nova panel.

[](#a-powerful-package-to-add-posts-resource-to-nova-panel)

### requirements:

[](#requirements)

1. laravel
2. laravel nova v2 or greater

### Installation:

[](#installation)

```
composer require sohbatiha/nova-posts
```

Then you can publish and migrate to create the needed tags table

```
php artisan vendor:publish
php artisan migrate
```

### additional fields :

[](#additional-fields-)

for add additional fields to posts resource add below code to your service provider :

- array key values uses for priority of each field.

```
#use Illuminate\Support\Facades\Event;
#use Laravel\Nova\Fields\ID;

public function boot()
{
    //...
    Event::listen("PostPackage::Fields" , function(){
        return [
            11=>ID::make()->sortable(),
            //and other fields ...
        ];
    });
    //...
};
```

### Supported languages :

[](#supported-languages-)

1. English
2. Persian

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity56

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

Total

4

Last Release

1976d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b60438c1e4601016f70b2581b79a1734218f15d7b19a43f5e908b8d187084c7?d=identicon)[sohbatiha](/maintainers/sohbatiha)

---

Top Contributors

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

---

Tags

phplaravellaravel-packagenovanova-packageposts-crud

### Embed Badge

![Health badge](/badges/sohbatiha-nova-posts/health.svg)

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

###  Alternatives

[optimistdigital/nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.

297874.5k3](/packages/optimistdigital-nova-settings)[runlinenl/nova-profile-tool

A tool for Laravel Nova to allow users to edit their profile data

37217.5k](/packages/runlinenl-nova-profile-tool)[inani/nova-resource-maker

A Laravel Nova package to help you generate resources fields

2513.7k](/packages/inani-nova-resource-maker)[whitespacecode/nova-table-card

Nova table card. Show your latest data (orders, posts,...) as card or data you prefer.

10100.1k](/packages/whitespacecode-nova-table-card)

PHPackages © 2026

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