smartsolutionsitaly / cakephp-manifest
CakePHP 的清单支持
1.0.1
2019-05-06 10:28 UTC
Requires (Dev)
- php: >=7.0
- cakephp/cakephp: ^3.6
- smartsolutionsitaly/cakephp-marketplace: ^1.0
This package is auto-updated.
Last update: 2024-09-07 00:32:40 UTC
README
对CakePHP的清单支持
安装
您可以使用Composer将 cakephp-manifest 安装到您的项目中。
composer require smartsolutionsitaly/cakephp-manifest
设置
您可以在终端运行以下命令来加载此插件
bin/cake plugin load SmartSolutionsItaly\CakePHP\Manifest -r
或者编辑您的 config/bootstrap.php 文件,将此行添加到文件末尾
Plugin::load('SmartSolutionsItaly\CakePHP\Manifest', ['routes' => true]);
许可证
根据 MIT 许可证授权。有关完整的版权和许可信息,请参阅LICENSE 文件。文件的分发必须保留上述版权声明。
版权
版权所有 © 2019 Smart Solutions S.r.l. (https://smartsolutions.it)