2017 © Pedro PelĂĄez
 

cakephp-plugin cakephp-seaff

Shopify Embedded App Frontend Framework (SEAFF) for CakePHP

image

multidimensional/cakephp-seaff

Shopify Embedded App Frontend Framework (SEAFF) for CakePHP

  • Friday, December 30, 2016
  • by ajquick
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • CSS
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

CakePHP SEAFF Plugin

Latest Stable Version Total Downloads, (*1)

CakePHP Plugin Implementing the Shopify Embedded App Frontend Framework by Microapps., (*2)

Installation

You can install this plugin into your CakePHP application using composer., (*3)

The recommended way to install composer packages is:, (*4)

composer require --prefer-dist multidimensional/cakephp-seaff

Setup

Load the plugin by running following command in terminal:, (*5)

bin/cake plugin load Multidimensional/Seaff

Or by manually adding following line to your app's config/bootstrap.php:, (*6)

Plugin::load('Multidimensional/Seaff');

Usage

Add this in your Controller:, (*7)

// In a controller
public function initialize()
{
    parent::initialize();
    $this->loadComponent('Multidimensional/Seaff.Seaff]);
}

For more information about Components, see this page., (*8)

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., (*9)

CakePHP Documentation > Improve Your Application’s Performance, (*10)

bin/cake plugin assets (symlink | copy)

The Versions

30/12 2016

dev-master

9999999-dev https://github.com/multidimension-al/cakephp-seaff

Shopify Embedded App Frontend Framework (SEAFF) for CakePHP

  Sources   Download

The Requires

 

cakephp shopify cakephp3

19/12 2016

1.0.1

1.0.1.0 https://github.com/multidimension-al/cakephp-seaff

Shopify Embedded App Frontend Framework (SEAFF) for CakePHP

  Sources   Download

The Requires

 

cakephp shopify cakephp3

12/12 2016

1.0.0

1.0.0.0 https://github.com/multidimension-al/cakephp-seaff

Shopify Embedded App Frontend Framework (SEAFF) for CakePHP

  Sources   Download

The Requires

 

cakephp shopify cakephp3