Skip to content

smartsolutionsitaly/cakephp-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cakephp-manifest

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)