smartsolutionsitaly/cakephp-manifest

Manifest support for CakePHP

1.0.1 2019-05-06 10:28 UTC

This package is auto-updated.

Last update: 2024-04-06 23:27:24 UTC


README

LICENSE packagist issues CakePHP

Manifest support for CakePHP

Installation

You can install cakephp-manifest into your project using Composer.

composer require smartsolutionsitaly/cakephp-manifest

Setup

You can load this plugin running following command in terminal:

bin/cake plugin load SmartSolutionsItaly\CakePHP\Manifest -r

or editing your config/bootstrap.php adding this line at the end of the file:

Plugin::load('SmartSolutionsItaly\CakePHP\Manifest', ['routes' => true]);

License

Licensed under The MIT License For full copyright and license information, please see the LICENSE Redistributions of files must retain the above copyright notice.

Copyright

Copyright (c) 2019 Smart Solutions S.r.l. (https://smartsolutions.it)