PHPackages                             rainbow1997/testback - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. rainbow1997/testback

ActiveLibrary[Testing &amp; Quality](/categories/testing)

rainbow1997/testback
====================

A test package for using backpack addons

1.0.9(3y ago)213MITPHP

Since Feb 1Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/rainbow1997/testback)[ Packagist](https://packagist.org/packages/rainbow1997/testback)[ Docs](https://github.com/rainbow1997/testback)[ RSS](/packages/rainbow1997-testback/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependencies (8)Versions (10)Used By (0)

Testback
========

[](#testback)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0f0a85e0edbcb03226794eeb14edec36c82c009b39714dd8668a406e6c89be9b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7261696e626f77313939372f746573746261636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rainbow1997/testback)[![Total Downloads](https://camo.githubusercontent.com/6c93d98dbda79c8ac6409c0954e27d90af93c876fe85d45693d1acc8371e8c47/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7261696e626f77313939372f746573746261636b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rainbow1997/testback)[![The Whole Fruit Manifesto](https://camo.githubusercontent.com/9fc65ecdd629dc33c369f73e0bc051740f01647367c131a574577fea2a5678bb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f77726974696e672532307374616e646172642d74686525323077686f6c6525323066727569742d627269676874677265656e)](https://github.com/the-whole-fruit/manifesto)

This package provides articles functionality for projects that use the [Backpack for Laravel](https://backpackforlaravel.com/) administration panel.

More exactly, it adds Articles and Categories so that you can easily do content managing.

[![screen.png](https://camo.githubusercontent.com/10f481e960324d6278bf28dea2784b9f94050ba36541f9d8fd33343b8db0ff21/68747470733a2f2f692e706f7374696d672e63632f425a5659565248642f73637265656e2e706e67)](https://postimg.cc/5j8SH7P3)

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

[](#installation)

Via Composer

```
composer require rainbow1997/testback --prefer-source
php artisan migrate
```

Usage
-----

[](#usage)

> Notice: You have to follow these operations:

After installation you should add these lines into your resources/vendor/backpack/base/inc/sidebar\_content.blade.php file. If you don't have it you should copy it from vendor/backpack/crud/src/resources/views/base/inc/sidebar\_content like:

```
cd /path/to/your/laravel
cp ./vendor/backpack/crud/src/resources/views/base/inc/sidebar_content.blade.php ./resources/views/vendor/backpack/base/inc/sidebar_content.blade.php
```

codes you should add :

```
             Articles
             Categories
 Comments
 {{ trans('backpack::crud.file_manager') }}
```

After install the package you can show your managing part in backpack admin panel.

Overwriting
-----------

[](#overwriting)

If you need to change the field in any way, you can easily publish the file to your app, and modify that file any way you want. But please keep in mind that you will not be getting any updates.

**Step 1.** Copy-paste the blade file to your directory:

```
# create the fields directory if it's not already there
mkdir -p resources/views/vendor/backpack/crud/fields

# copy the blade file inside the folder we created above
cp -i vendor/rainbow1997/testback/src/resources/views/fields/field_name.blade.php resources/views/vendor/backpack/crud/fields/field_name.blade.php
```

**Step 2.** Remove the vendor namespace wherever you've used the field:

```
$this->crud->addField([
    'name' => 'agreed',
    'type' => 'toggle',
    'label' => 'I agree to the terms and conditions',
-   'view_namespace' => 'rainbow1997.testback::fields'
]);
```

**Step 3.** Uninstall this package. Since it only provides one file, and you're no longer using that file, it makes no sense to have the package installed:

```
composer remove rainbow1997/testback
```

Change log
----------

[](#change-log)

Changes are documented here on Github. Please see the [Releases tab](https://github.com/rainbow1997/testback/releases).

Testing
-------

[](#testing)

```
composer test
```

Contributing
------------

[](#contributing)

Please see [contributing.md](contributing.md) for a todolist and howtos.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Mostafa Jamali](https://github.com/rainbow1997)
- [All Contributors](../../contributors)

License
-------

[](#license)

This project was released under MIT, so you can install it on top of any Backpack &amp; Laravel project. Please see the [license file](license.md) for more information.

However, please note that you do need Backpack installed, so you need to also abide by its [YUMMY License](https://github.com/Laravel-Backpack/CRUD/blob/master/LICENSE.md). That means in production you'll need a Backpack license code. You can get a free one for non-commercial use (or a paid one for commercial use) on [backpackforlaravel.com](https://backpackforlaravel.com).

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance58

Moderate activity, may be stable

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

9

Last Release

1247d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65869694?v=4)[Mostafa Jamali](/maintainers/rainbow1997)[@rainbow1997](https://github.com/rainbow1997)

---

Top Contributors

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

---

Tags

laravelbackpackBackpack for LaravelBackpack AddonTestback

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rainbow1997-testback/health.svg)

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

###  Alternatives

[intervention/image-laravel

Laravel Integration of Intervention Image

1588.9M181](/packages/intervention-image-laravel)[backpack/theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.

37627.2k](/packages/backpack-theme-tabler)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)[backpack/translation-manager

Translation Manager for Backpack

5322.4k1](/packages/backpack-translation-manager)[figlabhq/crud-resource-for-backpack

Build CRUD panels using fluent field definitions.

122.3k](/packages/figlabhq-crud-resource-for-backpack)[backpack/medialibrary-uploaders

Helper functions to save files with spatie media library

1386.9k](/packages/backpack-medialibrary-uploaders)

PHPackages © 2026

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