laravel-layout:Laravel4的简单页面结构控制器

时间:2024-06-09 07:20:42
【文件属性】:

文件名称:laravel-layout:Laravel4的简单页面结构控制器

文件大小:12KB

文件格式:ZIP

更新时间:2024-06-09 07:20:42

PHP

安装 将desmart\laravel-layout添加为desmart\laravel-layout的要求: { " require " : { " desmart/laravel-layout " : " 1.2.* " } } 使用composer update更新软件包,或使用composer install 。 在app / config / app.php中添加: 'DeSmart\Layout\LayoutServiceProvider', 'Layout' => 'DeSmart\Layout\Facades\Layout',作为别名。 概述 该软件包提供了DeSmart\Layout\Controller类,该类的作用类似于普通的页面控制器。 但是,它可以用来描述完整的页面结构。 为此,只需定义$layout这是基本页面模板)和$structu


【文件预览】:
laravel-layout-master
----composer.json(687B)
----.travis.yml(271B)
----phpunit.xml(586B)
----tests()
--------LazyViewTest.php(1KB)
--------ControllerTest.php(6KB)
--------LayoutTest.php(2KB)
--------stubs()
--------.gitkeep(0B)
----src()
--------DeSmart()
----.gitignore(61B)
----README.md(3KB)

网友评论