wangaz/laravel-semantic-ui-css 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

wangaz/laravel-semantic-ui-css

最新稳定版本:1.3.0

Composer 安装命令:

composer require wangaz/laravel-semantic-ui-css

包简介

Semantic UI Implementation for Laravel

README 文档

README

This laravel package provides Semantic-UI-CSS to your laravel project.

Requirements

  • laravel (version 5.0 or higher) OR lumen (5.0 or higher)

Installation

  1. Use composer to get this package composer require wangaz/laravel-semantic-ui-css or add "wangaz/laravel-semantic-ui-css": ">=0.3" to your composer.json file
  2. Add to your composer.json: (You may need to insert some code parts to existing code)
    "scripts": {
      "post-update-cmd": [
        "mkdir -p public/assets",
        "ln -sf ../../vendor/wangaz/laravel-semantic-ui-css/src/assets/jquery public/assets/jquery",
        "ln -sf ../../vendor/wangaz/laravel-semantic-ui-css/src/assets/semantic-ui public/assets/semantic-ui"
      ]
    }

Run composer update via CLI

Hints

  • If you are updating your laravel app via composer, this package will also be updated. You won't have to run the vendor:publish, this will be done automatically.

统计信息

  • 总下载量: 10.56k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 15
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 15
  • Watchers: 3
  • Forks: 3
  • 开发语言: JavaScript

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-10-06