smartsolutionsitaly / cakephp-manifest
Manifest support for CakePHP
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:cakephp-plugin
Requires (Dev)
- php: >=7.0
- cakephp/cakephp: ^3.6
- smartsolutionsitaly/cakephp-marketplace: ^1.0
This package is auto-updated.
Last update: 2024-11-07 00:57:46 UTC
README
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)