multidimensional/cakephp-seaff
Composer 安装命令:
composer require multidimensional/cakephp-seaff
包简介
Shopify Embedded App Frontend Framework (SEAFF) for CakePHP
关键字:
README 文档
README
CakePHP Plugin Implementing the Shopify Embedded App Frontend Framework by Microapps.
Installation
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require --prefer-dist multidimensional/cakephp-seaff
Setup
Load the plugin by running following command in terminal:
bin/cake plugin load Multidimensional/Seaff
Or by manually adding following line to your app's config/bootstrap.php:
Plugin::load('Multidimensional/Seaff');
Usage
Add this in your Controller:
// In a controller public function initialize() { parent::initialize(); $this->loadComponent('Multidimensional/Seaff.Seaff]); }
For more information about Components, see this page.
Improve CakePHP Performance
Once you have a production ready CakePHP application, it is important to create symlinks to move all your webroot files (including this one) into your main webroot folder. This is easily done by running a command in terminal for CakaPHP.
CakePHP Documentation > Improve Your Application’s Performance
bin/cake plugin assets (symlink | copy)
统计信息
- 总下载量: 8
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-12-12