PHPackages                             mangocmspostbackpacktest/postpackagetest - 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. mangocmspostbackpacktest/postpackagetest

ActiveLibrary[Admin Panels](/categories/admin)

mangocmspostbackpacktest/postpackagetest
========================================

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

02PHP

Since Feb 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Mango1901/mangocaptain-package)[ Packagist](https://packagist.org/packages/mangocmspostbackpacktest/postpackagetest)[ RSS](/packages/mangocmspostbackpacktest-postpackagetest/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Package Name : mangocmspostbackpacktest/postpackagetest
=======================================================

[](#package-name--mangocmspostbackpacktestpostpackagetest)

### This package is what i'm done with backpack tools in a month:

[](#this-package-is-what-im-done-with-backpack-tools-in-a-month)

### - This has create a POST with full function and following by some add-ons tools to supports such as Permissionmanager, FileManager,BackUp,...

[](#--this-has-create-a-post-with-full-function-and-following-by-some-add-ons-tools-to-supports-such-as-permissionmanager-filemanagerbackup)

Install
-------

[](#install)

1. In your terminal, run:

```
php artisan config:clear

composer require mangocmspostbackpacktest/postpackagetest:dev-master

php artisan backpack:install

php artisan backpack:filemanager:install
```

2. Publish the migration,seeder,views,config:

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

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

```
php artisan migrate: (if fails please run php artisan route:clear and then run php artisan migrate:fresh)
```

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

```

 {{ trans('backpack::base.dashboard') }}

     Authorizations

         Users

    Posts

         Posts
         Categories
         Tags

{{-- {{ trans('backpack::crud.file_manager') }}--}}

 Backups
```

5. Add to App\\Models\\User:

```
use \Backpack\CRUD\app\Models\Traits\CrudTrait;
```

6. Symlink from storage to public

```
php artisan storage:link
```

7. In Terminal ,Run:(If something went wrong)

```
php artisan route:clear
php artisan config:clear
```

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/72479838?v=4)[Mango1901](/maintainers/Mango1901)[@Mango1901](https://github.com/Mango1901)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mangocmspostbackpacktest-postpackagetest/health.svg)

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

PHPackages © 2026

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