Files
lucent-laravel/src/Config/main.php
T

7 lines
82 B
PHP
Raw Normal View History

2023-10-02 23:10:49 +03:00
<?php
return [
2023-10-04 13:32:30 +03:00
"config_path" => env("LUCENT_CONFIG_PATH", "app/Lucent")
2023-10-02 23:10:49 +03:00
];