Manifest support for CakePHP
You can install cakephp-manifest into your project using Composer.
composer require smartsolutionsitaly/cakephp-manifest
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]);
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 (c) 2019 Smart Solutions S.r.l. (https://smartsolutions.it)