/*
|--------------------------------------------------------------------------
| View Storage Paths
|--------------------------------------------------------------------------
|
| Most templating systems load templates from disk. Here you may specify
| an array of paths that should be checked for your views. Of course
| the usual Laravel view path has already been registered for you.
|
*/
'paths' => [
realpath(base_path('resources/views'))
],
// ...
// 配置 map.json 读取目录,程序运行前,请先记得用 fis 编译产出到 Laravel 项目目录。
'mapPath' => realpath(base_path('resources/map'))
FEX-Team/Laravel-FIS
适用于 Laravel 5 的 FIS 资源加载器。
Getting Started
composer.json文件中,并通过composer update下载下来。config/app.php配置项中。config/app.php配置项中。map.json文件应该存放在resources/map目录,如果想修改,请修改config/view.php配置文件。Change Log
2015/07/13 发布 1.0 版本