Download the PHP package promatik/create-dummy-operation-for-backpack without Composer
On this page you can find all versions of the php package promatik/create-dummy-operation-for-backpack. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download promatik/create-dummy-operation-for-backpack
More information about promatik/create-dummy-operation-for-backpack
Files in promatik/create-dummy-operation-for-backpack
Package create-dummy-operation-for-backpack
Short Description CreateDummyOperation adds a button to your CRUDs to create dummy entries based on your model factories
License MIT
Homepage https://github.com/promatik/create-dummy-operation-for-backpack
Informations about the package create-dummy-operation-for-backpack
Create Dummy Operation
This package provides Create Dummy Operation functionality for projects that use the Backpack for Laravel 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
Installation
Via Composer
Usage
To use the Operation this package provides, inside your custom CrudController add:
Configurations
To change the configs you must edit configs\backpack\crud.php
adding createDummy
array to operations.
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:
- Publishing translations:
Change log
Changes are documented here on Github. Please see the Releases tab.
Testing
Contributing
Please see contributing.md for a todolist and howtos.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Antonio Almeida
- All Contributors
License
This project was released under MIT, so you can install it on top of any Backpack & Laravel project. Please see the license file for more information.
However, please note that you do need Backpack installed, so you need to also abide by its YUMMY License. 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.