<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
stats4sd / laravel-backpack-section-title example snippets
$this->crud->addField([
'name' => 'field_name',
'type' => 'section-title',
'title' => 'Your Heading',
'content' => 'Some information about how to complete the form, to be displayed inside a callout box',
'variant' => 'info',
'divider' => true,
'view_namespace' => 'stats4sd.laravel-backpack-section-title::fields',
]);