Code Monkey home page Code Monkey logo

kd-cakephp-page's Introduction

Page Plugin

Version

KORDIT CakePHP V3 Page Plugin.

Requirements

The master branch has the following requirements:

  • CakePHP
  • PHP

Installation

Install this plugin using composer from your CakePHP V3 Project ROOT directory (where the composer.json file is located).

  • Edit composer.json file by adding the following lines:
"repositories":[
        {
            "type": "git",
            "url": "[email protected]:mohamednizar/kd-cakephp-page.git"
        }
    ]
  • Example composer.json after adding required lines:
{
    "name": "korditpteltd/openemis-phpoe",
    "description": "KORDIT OpenEMIS CORE",
    "homepage": "https://demo.openemis.org/core",
    "type": "project",
    "license": "GPL-2.0",
    "require": {
        "php": ">=5.4.16",
        "cakephp/cakephp": "3.2.6"
    },
    "scripts": {
        "post-install-cmd": "App\\Console\\Installer::postInstall",
        "post-autoload-dump": "Cake\\Composer\\Installer\\PluginInstaller::postAutoloadDump"
    },
    "minimum-stability": "dev",
    "prefer-stable": true,
    "repositories":[
        {
            "type": "git",
            "url": "[email protected]:mohamednizar/kd-cakephp-page.git"
        }
    ]
}
  • If composer is not installed globally, issue the following command on console/terminal:
php composer.phar require korditpteltd/kd-cakephp-page "*"
  • If composer is installed globally, issue the following command instead:
composer require korditpteltd/kd-cakephp-page "*"

Configuration

  • Load this plugin by adding the following line in your application bootstrap.php file.
Plugin::load('Page');

** boostrap parameter is set to true so that this package bootstrap file will be loaded during the application life-cycle boot up process. ** This package's boostrap.php will then include its routes configurations.

Usage

After configuration was done, go to the plugin documentation from your application url to read more.

http://<your-domain-name>/page/doc
or
https://<your-domain-name>/page/doc

kd-cakephp-page's People

Contributors

mohamednizar avatar

Watchers

 avatar  avatar

Forkers

moe-lk lsflk inspaya

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.