fusible/wp-view
Composer 安装命令:
composer require fusible/wp-view
包简介
Aura View for Wordpress
README 文档
README
// plugin <?php /** * Plugin Name: Fusible View * Plugin URI: https://github.com/fusible/fusible.wp-view/ * Description: Aura View for WP * Version: 1.0.0 * Author: Jake Johns * Author URI: http://jakejohns.new/ * License: MIT License */ namespace Fusible\WpView; if (!is_blog_installed()) { return; } (new Container)->getRender()->register();
统计信息
- 总下载量: 39
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-04-07