PHPackages                             promatik/create-dummy-operation-for-backpack - 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. promatik/create-dummy-operation-for-backpack

ActiveLibrary

promatik/create-dummy-operation-for-backpack
============================================

CreateDummyOperation adds a button to your CRUDs to create dummy entries based on your model factories

1.0.0(5y ago)113MITPHP

Since Jan 4Pushed 5y ago1 watchersCompare

[ Source](https://github.com/promatik/create-dummy-operation-for-backpack)[ Packagist](https://packagist.org/packages/promatik/create-dummy-operation-for-backpack)[ Docs](https://github.com/promatik/create-dummy-operation-for-backpack)[ RSS](/packages/promatik-create-dummy-operation-for-backpack/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (4)Versions (3)Used By (0)

Create Dummy Operation
======================

[](#create-dummy-operation)

[![Latest Version on Packagist](https://camo.githubusercontent.com/22f159bf1ab24264abebdf4866be538d28069e06052c95843f56fd71789fbb3c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70726f6d6174696b2f6372656174652d64756d6d792d6f7065726174696f6e2d666f722d6261636b7061636b2e737667)](https://packagist.org/packages/promatik/create-dummy-operation-for-backpack)[![Total Downloads](https://camo.githubusercontent.com/07f36d333e3fede9293ce3cca2bd90c0d073c799f6911ccc97d7bd0aa3f6c97d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70726f6d6174696b2f6372656174652d64756d6d792d6f7065726174696f6e2d666f722d6261636b7061636b2e737667)](https://packagist.org/packages/promatik/create-dummy-operation-for-backpack)[![The Whole Fruit Manifesto](https://camo.githubusercontent.com/9fc65ecdd629dc33c369f73e0bc051740f01647367c131a574577fea2a5678bb/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f77726974696e672532307374616e646172642d74686525323077686f6c6525323066727569742d627269676874677265656e)](https://github.com/the-whole-fruit/manifesto)

This package provides Create Dummy Operation functionality for projects that use the [Backpack for Laravel](https://backpackforlaravel.com/) administration panel.
This package adds a button on your CRUD list view, to create dummy entries. It works on CRUDs whose Models use the `hasFactory` trait.

Screenshots
-----------

[](#screenshots)

[![Backpack Create Dummy Operation Addon](https://user-images.githubusercontent.com/1838187/103494087-fa4fe680-4e2c-11eb-8458-4c18be75c086.gif)](https://user-images.githubusercontent.com/1838187/103494087-fa4fe680-4e2c-11eb-8458-4c18be75c086.gif)

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

[](#installation)

Via Composer

```
composer require promatik/create-dummy-operation-for-backpack
```

Usage
-----

[](#usage)

To use the Operation this package provides, inside your custom CrudController add:

```
use \Promatik\CreateDummyOperation\Http\Controllers\Operations\CreateDummyOperation;
```

### Configurations

[](#configurations)

To change the configs you must edit `configs\backpack\crud.php` adding `createDummy` array to operations.

```
'operations' => [
    ...
    'createDummy' => [
        // environments where the button should appear (default is ['local', 'testing'])
        'environment' => ['local'],

        // default value for the number of entries to be added (default is 25)
        'default' => 10,
    ],
```

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

[](#overwriting)

If you need to change the translations or the button view, you can easily publish the files to your app, and modify those files any way you want. But please keep in mind that you will not be getting any updates on those files.

- **Publishing views**:

```
php artisan vendor:publish --provider="Promatik\CreateDummyOperation\AddonServiceProvider" --tag="views"
```

- **Publishing translations**:

```
php artisan vendor:publish --provider="Promatik\CreateDummyOperation\AddonServiceProvider" --tag="lang"
```

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

[](#change-log)

Changes are documented here on Github. Please see the [Releases tab](https://github.com/promatik/create-dummy-operation-for-backpack/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)

- [Antonio Almeida](https://github.com/promatik)
- [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

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

2

Last Release

1953d ago

Major Versions

0.0.1 → 1.0.02021-01-04

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1838187?v=4)[António Almeida](/maintainers/promatik)[@promatik](https://github.com/promatik)

---

Top Contributors

[![promatik](https://avatars.githubusercontent.com/u/1838187?v=4)](https://github.com/promatik "promatik (6 commits)")

---

Tags

laravelbackpackBackpack for LaravelBackpack AddonCreateDummyOperation

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/promatik-create-dummy-operation-for-backpack/health.svg)

```
[![Health](https://phpackages.com/badges/promatik-create-dummy-operation-for-backpack/health.svg)](https://phpackages.com/packages/promatik-create-dummy-operation-for-backpack)
```

###  Alternatives

[backpack/theme-tabler

UI for Backpack v6 that uses Tabler and Bootstrap v5.

35536.5k](/packages/backpack-theme-tabler)[backpack/activity-log

Activity Log for Backpack

3487.5k1](/packages/backpack-activity-log)[backpack/translation-manager

Translation Manager for Backpack

5118.9k1](/packages/backpack-translation-manager)[backpack/medialibrary-uploaders

Helper functions to save files with spatie media library

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

Build CRUD panels using fluent field definitions.

122.1k](/packages/figlabhq-crud-resource-for-backpack)

PHPackages © 2026

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