PHPackages                             adminarchitect/news - 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. adminarchitect/news

ActiveLibrary[Admin Panels](/categories/admin)

adminarchitect/news
===================

Admin Architect - News model

v1.0.6(10y ago)11081PHP

Since Feb 19Pushed 10y ago1 watchersCompare

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

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

Admin Architect - News module
=============================

[](#admin-architect---news-module)

adminarchitect/news provides the default skeleton for Admin Architect news module. It includes News &amp; News Categories modules out of the box as like as eloquent models and news repository.

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

[](#installation)

`Note:` this is not standalone package, it can be used only in conjunction with `Admin Architect` (`terranet/administrator`) package.

then require it:

```
composer require adminarchitect/news

```

register News service provider by adding to the app/config.php `providers` section:

```
'providers' => [
	...
	Terranet\News\ServiceProvider::class
	...
]

```

now you can publish the whole package resources by running:

```
php artisan vendor:publish [--provider="Terranet\\News\\ServiceProvider"]

```

Modules
-------

[](#modules)

`News` and `NewsCategories` modules will be copied into the `app\Http\Terranet\Administrator\Modules` directory.

Models
------

[](#models)

Associated eloquent models as: `NewsItem`, `NewsCategory` and pivot `NewsCategoryItem` will be added as well to `app` directory.

Routes
------

[](#routes)

Routes become available at `app\Http\Terranet\News\routes.php`.

Migrations
----------

[](#migrations)

Run artisan command to create migration:

```
php artisan news:tables

```

this will create the migration file inside of `database/migrations` directory...

Run migration:

```
php artisan migrate

```

*Enjoy!*

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity67

Established project with proven stability

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

Total

6

Last Release

3700d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravel newslaravel-adminadmin architectlaravel backend panellaravel administration frameworknews modulelaravel news

### Embed Badge

![Health badge](/badges/adminarchitect-news/health.svg)

```
[![Health](https://phpackages.com/badges/adminarchitect-news/health.svg)](https://phpackages.com/packages/adminarchitect-news)
```

###  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)[lokielse/laravel-admin-generator

An Admin Panel Generator for Laravel 5

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

Dcat admin 永久分叉版 / 支持 Laravel 12, PHP 版本限制 &gt;= 8.1（支持 PHP 8.4）

432.0k](/packages/printnow-laravel-admin)[larasnap/laravel-admin

Laravel Admin Panel

221.4k](/packages/larasnap-laravel-admin)

PHPackages © 2026

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