<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
promatik / create-dummy-operation-for-backpack example snippets
use \Promatik\CreateDummyOperation\Http\Controllers\Operations\CreateDummyOperation;
'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,
],