add shipping rules

This commit is contained in:
Ludovic CANDELLIER
2023-07-16 14:45:42 +02:00
parent 72a7b270f9
commit 0879b0abf0
459 changed files with 6219 additions and 5416 deletions

View File

@@ -4,7 +4,7 @@ return [
/*
* Namespaces used by the generator.
*/
'namespace' => [
'namespace' => [
/*
* Base namespace/directory to create the new file.
* This is appended on default Laravel namespace.
@@ -13,7 +13,7 @@ return [
* With Model: App\User (default model)
* Export filename: users_timestamp
*/
'base' => 'DataTables',
'base' => 'DataTables',
/*
* Base namespace/directory where your model's are located.
@@ -42,12 +42,12 @@ return [
/*
* Snappy PDF options.
*/
'snappy' => [
'options' => [
'no-outline' => true,
'margin-left' => '0',
'margin-right' => '0',
'margin-top' => '10mm',
'snappy' => [
'options' => [
'no-outline' => true,
'margin-left' => '0',
'margin-right' => '0',
'margin-top' => '10mm',
'margin-bottom' => '10mm',
],
'orientation' => 'landscape',
@@ -56,9 +56,9 @@ return [
/*
* Default html builder parameters.
*/
'parameters' => [
'dom' => 'Bfrtip',
'order' => [[0, 'desc']],
'parameters' => [
'dom' => 'Bfrtip',
'order' => [[0, 'desc']],
'buttons' => [
'create',
'export',
@@ -71,7 +71,7 @@ return [
/*
* Generator command default options value.
*/
'generator' => [
'generator' => [
/*
* Default columns to generate when not set.
*/