PHPackages                             poro\_bp/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. poro\_bp/newscrud

ActiveLibrary

poro\_bp/newscrud
=================

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

1.0.0(8y ago)0131MITPHP

Since May 9Pushed 8y agoCompare

[ Source](https://github.com/TinyPoro/NewsCRUD)[ Packagist](https://packagist.org/packages/poro_bp/newscrud)[ RSS](/packages/poro-bp-newscrud/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Poro\\NewsCRUD
==============

[](#poronewscrud)

Package quản lý bài viết, danh mục và tag, sử dụng [Laravel Backpack](https://github.com/Laravel-Backpack)

Cài đặt
-------

[](#cài-đặt)

- `Lưu ý`: Trong quá trình cài đặt nếu gặp lỗi key length to long, bạn có thể làm theo [hướng dẫn](https://laravel-news.com/laravel-5-4-key-too-long-error) để khắc phục

1. Cài đặt Backpack Base và Crud

    ```
    composer require backpack/crud
    php artisan backpack:base:install
    php artisan backpack:crud:install

    ```
2. Theo hướng dẫn và cài đặt [LaravelBackpack Permission Manager](https://github.com/Laravel-Backpack/PermissionManager#install).
3. Cài đặt siêu package `Poro`.

    ```
    composer require poro_bp/newscrud

    ```
4. Thêm service provider vào trong file `config/app.php`:

    ```
    'PoroBp\NewsCRUD\NewsCRUDServiceProvider',

    ```
5. Publish service provider(nhớ có force để nó thay thế mấy cái file cũ của bạn).

    ```
    php artisan vendor:publish --force --provider="PoroBp\NewsCRUD\NewsCRUDServiceProvider"

    ```
6. Chạy migrate thui^^

    ```
    php artisan migrate

    ```
7. Xong rùi đó &lt;3

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 65.1% 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

Unknown

Total

1

Last Release

2926d ago

### Community

Maintainers

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

---

Top Contributors

[![tabacitu](https://avatars.githubusercontent.com/u/1032474?v=4)](https://github.com/tabacitu "tabacitu (56 commits)")[![TinyPoro](https://avatars.githubusercontent.com/u/20787476?v=4)](https://github.com/TinyPoro "TinyPoro (24 commits)")[![vitr](https://avatars.githubusercontent.com/u/2770290?v=4)](https://github.com/vitr "vitr (2 commits)")[![AbbyJanke](https://avatars.githubusercontent.com/u/487798?v=4)](https://github.com/AbbyJanke "AbbyJanke (1 commits)")[![rasadeghnasab](https://avatars.githubusercontent.com/u/10284898?v=4)](https://github.com/rasadeghnasab "rasadeghnasab (1 commits)")[![atanasov](https://avatars.githubusercontent.com/u/150792?v=4)](https://github.com/atanasov "atanasov (1 commits)")[![eduardoarandah](https://avatars.githubusercontent.com/u/4065733?v=4)](https://github.com/eduardoarandah "eduardoarandah (1 commits)")

---

Tags

backpackNewsCRUD

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[backpack/newscrud

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

236159.6k1](/packages/backpack-newscrud)[backpack/pagemanager

Create admin panels for presentation websites on Laravel, using page templates and Backpack\\CRUD.

371522.6k6](/packages/backpack-pagemanager)[backpack/permissionmanager

Users and permissions management interface for Laravel 5 using Backpack CRUD.

5591.8M16](/packages/backpack-permissionmanager)[backpack/settings

Application settings interface for Laravel 5 using Backpack CRUD.

290870.9k10](/packages/backpack-settings)[backpack/backupmanager

Admin interface for managing backups in Backpack, on Laravel 5.2+

340375.9k2](/packages/backpack-backupmanager)[backpack/logmanager

An interface to preview, download and delete Laravel log files.

274688.9k3](/packages/backpack-logmanager)

PHPackages © 2026

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