承接 sleeping-owl/blade-extended 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

sleeping-owl/blade-extended

最新稳定版本:1.2.0

Composer 安装命令:

composer require sleeping-owl/blade-extended

包简介

Extension to add control directives attributes to your Blade templates (bd-foreach, bd-inner-foreach, bd-if, bd-attr, bd-class and other).

README 文档

README

Build Status Latest Stable Version License Code Climate

SleepingOwl BladeExtended is a simple library, adding bd-foreach, bd-inner-foreach, bd-if and bd-class attribute directives support to your blade templates.

Create multiple li elements, but ignore item with name "_dev"
 <ul>
 	<li bd-foreach="$items as $item" bd-if="$item->name !== '_dev'">
 		<a href="#">{{{ $item->name }}}</a>
 	</li>
 </ul>
Using bd-inner-foreach you can create multiple element for each array item
 <ul bd-inner-foreach="$items as $i => $item">
 	<li>{{{ $i }}}</li>
 	<li>{{{ $item }}}</li>
 </ul>
Add class to element by condition

Note: Conditional classes will be added to existing ones or create class attribute if it doesnt exist.

 <div class="my-class" bd-class="$condition ? 'class-to-add', $condition2 ? 'second-class-to-add'"></div>

Installation

  1. Require this package in your composer.json and run composer update (or run composer require sleeping-owl/blade-extended:1.x directly):

    "sleeping-owl/blade-extended": "1.*"
    
  2. After composer update, add service providers to the app/config/app.php

    'SleepingOwl\BladeExtended\BladeExtendedServiceProvider',
    
  3. All done! Now you can use new directives in your blade templates.

Documentation

Documentation can be found at blade-extended documentation.

Copyright and License

Admin was written by Sleeping Owl for the Laravel framework and is released under the MIT License. See the LICENSE file for details.

统计信息

  • 总下载量: 80
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 8
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 8
  • Watchers: 3
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-11-01

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固