updating env example file
This commit is contained in:
18
src/composer.json
Normal file
18
src/composer.json
Normal 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"
|
||||
],
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user