定制 vi-kon/laravel-bootstrap 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

vi-kon/laravel-bootstrap

最新稳定版本:v2.0.0

Composer 安装命令:

composer require vi-kon/laravel-bootstrap

包简介

Configurable Bootstrap for Laravel 5

README 文档

README

This is Laravel 5.1 package for compiling Bootstrap framework to application.

Table of content

Back to top

Features

  • Configurable
  • Minfied css and js files

Back to top

Installation

Via composer:

composer require vi-kon/laravel-bootstrap

In your Laravel 5 project add following lines to app.php:

// to your providers array
'ViKon\Bootstrap\BootstrapServiceProvider',

Back to top

Usage

Simply run vi-kon:bootstrap:compile {component-name} {component-name} command to generate bootstrap files (booth CSS and JS).

The vi-kob:bootstrap:compile command have several options:

  • --all - Select all components
  • --except - Exclude selected component. Only available if --all option set.
  • --force - Overwrite existing files

Back to top

Components

Available components (This tokens can use in command):

  • Reset and dependencies
    • normalize
    • print
    • glyphicons
  • Core CSS
    • scaffolding
    • type
    • code
    • grid
    • tables
    • forms
    • buttons
  • Components
    • component-animations
    • dropdowns
    • button-groups
    • input-groups
    • navs
    • navbar
    • breadcrumbs
    • pagination
    • pager
    • labels
    • badges
    • jumbotron
    • thumbnails
    • alerts
    • progress-bars
    • media
    • list-group
    • panels
    • responsive-embed
    • wells
    • close
  • Components with JavaScript
    • modals
    • tooltip
    • popovers
    • carousel
  • Pure JavaScript components
    • affix
    • alert
    • button
    • collapse
    • scrollspy
    • tab
    • transition
  • Utility classes
    • utilities
    • responsive-utilities

More about components http://getbootstrap.com/.

License

This package is licensed under the MIT License

Back to top

统计信息

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

GitHub 信息

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

其他信息

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