updating env example file

This commit is contained in:
2022-03-30 13:23:25 -06:00
parent f96e7eb0aa
commit 74055ea11b
20 changed files with 850 additions and 77 deletions

18
src/composer.json Normal file
View File

@ -0,0 +1,18 @@
{
//...
"autoload": {
//...
"files": [
"helpers/constants/cache_ttl.php",
"helpers/constants/http_status_codes.php",
"helpers/global_functions.php"
]
},
//...
"scripts": {
"post-autoload-dump": [
//...
"@php artisan ziggy:generate --ansi"
],
},
}