blessing-skin-server/config/view.php
2016-07-21 22:01:57 +08:00

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'
];