changes to sms packages and option to create user

This commit is contained in:
Simon Pocrnjič
2025-11-06 21:54:07 +01:00
parent ad8e0d5cee
commit 1395b72ae8
102 changed files with 1386 additions and 319 deletions
+1 -1
View File
@@ -98,7 +98,7 @@
'options' => [
'LC_COLLATE' => env('PGSQL_LC_COLLATE', 'en_US.UTF-8'),
'LC_CTYPE' => env('PGSQL_LC_CTYPE', 'en_US.UTF-8'),
]
],
],
'sqlsrv' => [
+4 -4
View File
@@ -1,4 +1,4 @@
<?php
<?php
return [
@@ -14,6 +14,6 @@
'colors' => [
'#008FFB', '#00E396', '#feb019', '#ff455f', '#775dd0', '#80effe',
'#0077B5', '#ff6384', '#c9cbcf', '#0057ff', '00a9f4', '#2ccdc9', '#5e72e4'
]
];
'#0077B5', '#ff6384', '#c9cbcf', '#0057ff', '00a9f4', '#2ccdc9', '#5e72e4',
],
];
+2 -2
View File
@@ -84,7 +84,7 @@
|
*/
'soft_delete' => true,
'soft_delete' => true,
/*
|--------------------------------------------------------------------------
@@ -200,4 +200,4 @@
],
],
];
];