PHPackages                             namdh2/newscrud - 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. namdh2/newscrud

ActiveLibrary

namdh2/newscrud
===============

An admin panel for news with categories and tags, using Backpack\\CRUD on Laravel 5.

06PHP

Since May 10Pushed 8y agoCompare

[ Source](https://github.com/dinhhoainam23894/backpack-newcurd)[ Packagist](https://packagist.org/packages/namdh2/newscrud)[ RSS](/packages/namdh2-newscrud/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

#### Đầu tiên phải cài đặt backpack theo hướng dẫn [Laravel Backpack](https://github.com/Laravel-Backpack)

[](#đầu-tiên-phải-cài-đặt-backpack-theo-hướng-dẫn-laravel-backpack)

#### Installation type (B) - package

[](#installation-type-b---package)

1. ở terminal chạy:

```
$ composer require namdh2/newscrud
```

2. Then add the service providers to your config/app.php file:

```
'Backpack\News\NewsCRUDServiceProvider',

```

3. Publish the migration:

```
php artisan vendor:publish --provider="Backpack\News\NewsCRUDServiceProvider"

```

4. Run the migration to have the database table we need:

```
php artisan migrate

```

5. \[optional\] Add a menu item for it in resources/views/vendor/backpack/base/inc/sidebar.blade.php or menu.blade.php:

```

     News

       Articles
       Categories
       Tags

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/namdh2-newscrud/health.svg)

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

PHPackages © 2026

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