文件名称:NavigationBuilder:Laravel 4 的导航 HTML 生成器
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-20 18:08:55
PHP
这个项目不会在 Laravel 5 中更新。 导航生成器 Laravel 的导航 HTML 生成器。 安装 "require" : { "bhoeting/navigation-builder" : "*" } 运行composer install 将服务提供者添加到app/config/app.php的providers数组中 'bhoeting\NavigationBuilder\NavigationServiceProvider' , 然后将门面添加到aliases数组中 'Navigation' => 'bhoeting\NavigationBuilder\Navigation' 用法 基本的 {{ Navigation ::create([ 'home' , 'about' , 'contact' ] }} 会产生: < ul class =" nav nav
【文件预览】:
NavigationBuilder-master
----.gitignore(46B)
----src()
--------bhoeting()
--------views()
----.travis.yml(179B)
----composer.json(475B)
----README.md(4KB)
----phpunit.xml(570B)
----tests()
--------.gitkeep(0B)