mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
14 lines
335 B
PHP
14 lines
335 B
PHP
<?php
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| View Paths
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Change it if you have another set of views
|
|
|
|
|
*/
|
|
return [
|
|
'view_path' => BASE_DIR.'/resources/views',
|
|
'cache_path' => BASE_DIR.'/resources/cache'
|
|
];
|