PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/distinctdesign/waywardhoundbakery.com/config/ |
| Server: Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 IP: 162.0.232.53 |
| Dir : /home/distinctdesign/waywardhoundbakery.com/config/crudgenerator.php |
<?php
return [
'custom_template' => true,
/*
|--------------------------------------------------------------------------
| Crud Generator Template Stubs Storage Path
|--------------------------------------------------------------------------
|
| Here you can specify your custom template path for the generator.
|
*/
'path' => base_path('resources/crud-generator/'),
/**
* Columns number to show in view's table.
*/
'view_columns_number' => 3,
/**
* Delimiter for template vars
*/
'custom_delimiter' => ['%%', '%%'],
/*
|--------------------------------------------------------------------------
| Dynamic templating
|--------------------------------------------------------------------------
|
| Here you can specify your customs templates for the generator.
| You can set new templates or delete some templates if you do not want them.
| You can also choose which values are passed to the views and you can specify a custom delimiter for all templates
|
| Those values are available :
|
| formFields
| formFieldsHtml
| varName
| crudName
| crudNameCap
| crudNameSingular
| primaryKey
| modelName
| modelNameCap
| viewName
| routePrefix
| routePrefixCap
| routeGroup
| formHeadingHtml
| formBodyHtml
|
|
*/
'dynamic_view_template' => [
'index' => ['formHeadingHtml', 'formBodyHtml', 'crudName', 'crudNameCap', 'modelName', 'viewName', 'routeGroup', 'primaryKey'],
'form' => ['formFieldsHtml'],
'create' => ['crudName', 'crudNameCap', 'modelName', 'modelNameCap', 'viewName', 'routeGroup', 'viewTemplateDir'],
'edit' => ['crudName', 'crudNameSingular', 'crudNameCap', 'modelNameCap', 'modelName', 'viewName', 'routeGroup', 'primaryKey', 'viewTemplateDir'],
'show' => ['formHeadingHtml', 'formBodyHtml', 'formBodyHtmlForShowView', 'crudName', 'crudNameSingular', 'crudNameCap', 'modelName', 'viewName', 'routeGroup', 'primaryKey'],
/*
* Add new stubs templates here if you need to, like action, datatable...
* custom_template needs to be activated for this to work
*/
]
];