GithubHelp home page GithubHelp logo

core-plugin's Introduction

BBCTOP 核心插件

命令行

首先配置Bbctop Composer服务器

composer config repositories.bbctop composer https://gateway.f.bbctop.cn/packages/packages.json

安装Bbctop核心插件

composer require bbctop/core-plugin

弄完这一步就可以运行下面命令行 进行安装插件或主题。

安装BBCTOP插件

php artisan bbctop-plugin:install bbctop.themecore

安装BBCTOP插件

php artisan bbctop-theme:install bbctop.21001m

删除插件/主题请用官方命令

php artisan plugin:remove bbctop.themecore
php artisan theme:remove 21001m

Twig Markup

在模板里 dump 数据

{{ data|dd }}

单行Markdown编译

{{ '*text*'|mdl }}

JSON转换数组

{{ string|json_decode }}

新增表单组件

Group 组件

_group:
  type: group
  label: 标题
  collapse_title: 可收起标题
  is_collapsed: false
  span: auto
name:
  type: text
  lable: 名称
  ...
_group_end:
  type: groupend

Range 区间组件

range:
  label: 滑动条
  type: range
  min: 1
  max: 50
  step: 1

core-plugin's People

Contributors

jackyhuynh0407 avatar

Stargazers

Dheia avatar

Watchers

 avatar

Forkers

dheia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.