PHPackages                             ozee31/cakephp-override - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. ozee31/cakephp-override

ActiveCakephp-plugin[Framework](/categories/framework)

ozee31/cakephp-override
=======================

Easily override plugin classes and templates for CakePHP

v1.0.0(7y ago)351MITPHP

Since Jul 6Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ozee31/cakephp-override)[ Packagist](https://packagist.org/packages/ozee31/cakephp-override)[ RSS](/packages/ozee31-cakephp-override/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

Override plugin for CakePHP
===========================

[](#override-plugin-for-cakephp)

Requirements
------------

[](#requirements)

- PHP version 5.6 or higher
- CakePhp 3.4 or higher

Installation
------------

[](#installation)

You can install this plugin into your CakePHP application using [composer](http://getcomposer.org).

The recommended way to install composer packages is:

```
composer require ozee31/cakephp-override

```

End load plugin in `config/bootstrap.php`

```
Plugin::load('Override', ['bootstrap' => true]);
```

Configuration
-------------

[](#configuration)

- Create config file `config/overrides.php` with this code :

```
